SDK
Wallet
Get Wallet PnL Calendar
Returns daily wallet snapshots with cumulative PnL plus per-day realized PnL, volume, buy and sell counts, and averages. Use period for quick windows or start and end for exact ranges.
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
Quick date range shorthand. Ignored if start/end are set.
Available options:
1d, 7d, 14d, 30d, 90d, all Start date (YYYY-MM-DD). Defaults to 30 days ago.
End date (YYYY-MM-DD). Defaults to today.
Maximum number of days to return. If more days exist, returns the most recent ones.
Required range:
x <= 1000