List a wallet's positions
Paginated cost-basis positions for a wallet. min_value_sol is applied after read-time pricing on current_value_sol. total is the true total under the LIMIT (count() OVER ()).
Authorizations
Preferred for swaps-api endpoints (/swaps/*, /stats/*, /trending, /pool-events).
Path Parameters
Wallet address (base58, 32–44 characters).
Query Parameters
Which positions to include.
open, closed, all Filter to a single mint.
Minimum read-time current_value_sol (applied post-pricing).
Sort key.
value, realized, unrealized Page size.
1 <= x <= 200Page offset.
x >= 0PnL accounting mode. strict (FIFO) and adjusted (weighted-avg cost) are realized-PnL figures; raw is net cash-flow (Σ sells − Σ buys), not realized PnL. Unknown values fall back to adjusted.
raw, strict, adjusted When 1, forces realized_breakdown onto every row.
0, 1 
