v1
latestOpenAPI 3.1.02026-07-228799577.7 KBGet Wallet Positions
Returns paginated token positions for a wallet. Each list item exposes the same trade-activity fields as /v2/pnl/wallets/:wallet/tokens/:token (volume, counts, timing, and related PnL fields). Supports sorting plus filters for holding state, PnL, ROI, invested capital, market, liquidity, market cap, and token list.
Path parameters
Solana wallet address (base58, 32-44 characters).
Query parameters
How to treat positions flagged by the invalid PnL heuristic. strict zeros them out, adjusted caps them to a cost-basis-aware value, and raw leaves realized PnL untouched. Aliases pnl_mode and mode are also accepted by the API.
Field to sort positions by.
Sort direction.
Opaque pagination cursor returned from the previous page's pagination.nextCursor.
Results per page (1-200).
Filter positions by status.
Only show positions with activity within this time period.
Comma-separated list of token mint addresses to filter by. Maximum 100 tokens.
Minimum current USD value of the position.
Maximum current USD value.
Minimum total PnL (USD).
Maximum total PnL.
Minimum total invested (USD).
Maximum total invested.
Minimum ROI percentage.
Maximum ROI percentage.
Minimum trade count.
Minimum token balance (native units).
Filter by primary market/DEX (e.g. Raydium, Orca).
Minimum token liquidity in USD.
Minimum token market cap in USD.
Response
Successful response.