SDK
Batch
Get Wallet Summaries Batch
Returns wallet-level PnL summaries, resolved identity, and wallet tags for up to 100 unique wallets. Missing/non-indexed wallets are returned in notFound; invalid addresses are returned in invalid; requests above the limit are truncated and include a truncated object.
POST
SDK
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.
SDK Example
Authorizations
API Key for authentication
Body
application/json
Wallet addresses to summarize. Up to 100 unique valid wallets are processed.
Maximum array length:
100Example:
[
"CyaE1VxvBrahnPWkqm5VsdCvyS2QmNht2UFrKJHga54o",
"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
]
Response
Wallet summaries found.