SDK
Token
Get Token Batch Positions
Returns positions for multiple wallets on one token mint in a single request. Wallets with no matching position are returned in notFound. Max 200 wallets.
POST
SDK
SDK Example
Authorizations
API Key for authentication
Path Parameters
Solana token mint address (base58, 32-44 characters).
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$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.
Available options:
strict, adjusted, raw Body
application/json
Wallet addresses to look up. Max 200.
Maximum array length:
200Example:
[
"CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o",
"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
]Response
Positions found. Wallets that never traded this token appear in notFound.