saturnswap-portfolio
Installation
SKILL.md
SaturnSwap Portfolio Viewer
View open orders, liquidity positions, and wallet activity on SaturnSwap.
Capabilities
- List all open/pending orders for a wallet address
- View liquidity positions with current stats (amounts, average price, earnings)
- Filter orders by pool
Scripts
My Orders
node scripts/my-orders.js --address <bech32-address> [--pool <pool-uuid>] [--first N]
Shows order type (buy/sell), price, amounts, status, and creation time.
Related skills