Returns paginated token positions for a wallet. Supports sorting plus filters for holding state, PnL, ROI, invested capital, market, liquidity, market cap, and token list.
Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Solana wallet address (base58, 32-44 characters).
^[1-9A-HJ-NP-Za-km-z]{32,44}$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.
strict, adjusted, raw Field to sort positions by.
last_trade, pnl, realized, unrealized, roi, value, holding, invested, cost, proceeds, buys, sells Sort direction.
asc, desc Opaque pagination cursor returned from the previous page's pagination.nextCursor.
Results per page (1-200).
x <= 200Filter positions by status.
all, holding, active, sold, profitable, losing Only show positions with activity within this time period.
1d, 7d, 14d, 30d, 90d, all 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.
Successful response.