madeonsol_wallet_positions
Retrieve open positions for any Solana wallet, including token amounts, cost basis, current price, and unrealized P&L. Designed as a lighter slice of the wallet PnL tool for quick position checks.
Instructions
Open positions only for any wallet — lighter slice of madeonsol_wallet_pnl for use cases that don't need the full PnL summary or curve. Each position: token_mint, token_amount, cost_basis_sol, avg_entry_price_sol, current_price_sol (live from mc-tracker; null if delisted), current_value_sol, unrealized_sol, unrealized_pct, first_buy_at. Shares the /pnl cache. PRO+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Solana wallet address (base58) |