Get Position Batch Lookup
Batch
Get Position Batch Lookup
Returns positions for arbitrary wallet and token pairs in a single request. Submit { wallet, token } objects; unmatched pairs come back in notFound. Max 200 pairs.
POST
Get Position Batch Lookup
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.
Authorizations
API Key for authentication
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
Array of {wallet, token} objects. Max 200.
Maximum array length:
200Example:
[
{
"wallet": "CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o",
"token": "38PgzpJYu2HkiYvV8qePFakB8tuobPdGm2FFEn7Dpump"
},
{
"wallet": "CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o",
"token": "84cAEWqiDsV5xXh6CB69Hi3HcnumBbdjH4THfyorpump"
}
]Response
Positions found. Pairs with no matching record appear in notFound.