SDK
Wallet
Get Wallet Chart
Returns daily time-series points for charting wallet PnL, volume, and activity. Supports backward pagination with time_from and time_to and includes a computed performance summary.
GET
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
Path Parameters
Solana wallet address (base58, 32-44 characters).
Pattern:
^[1-9A-HJ-NP-Za-km-z]{32,44}$Query Parameters
Start of the range as a Unix timestamp in seconds. If omitted, returns up to 180 days before time_to.
End of the range as a Unix timestamp in seconds. Defaults to now.