Returns the full position for one wallet-token pair, wrapped with the wallet address, resolved identity, and the applied pnlMode.
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}$Solana token mint 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 Successful response.
A single token position for a wallet.
Unified wallet identity. Only fields with known values are returned; a wallet can carry multiple tags at once.
strict, adjusted, raw Token mint address (base58).
Realized, unrealized, and total profit/loss in USD.
Total cost basis (USD spent buying this token).
Total USD received from sales of this token.
Return on investment percentage.
Basic token metadata and current market data.
This position's value as a percentage of the wallet's total holdings value. Only present on the positions endpoint.