Get all SPL token balances for a wallet owner at a specific timestamp
API key for authentication
The Solana wallet owner address (base58 encoded, 32-44 characters)
"4G1mhdPXaUUf2yvCHnZSejDCpPxS7ymPzjYHNfzJqdE9"
Datetime at 10-minute intervals with timezone. Format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS+00:00. Minutes must be 00, 10, 20, 30, 40, or 50, and seconds must be 00. Note: Cannot be within the last hour of current UTC time due to data processing lag.
^\d{4}-\d{2}-\d{2}T\d{2}:(00|10|20|30|40|50):00(Z|[+-]\d{2}:\d{2})$"2024-06-01T12:00:00Z"
Number of results to skip for pagination (0-indexed)
x >= 0Number of results per page (minimum: 1, maximum: 1000)
1 <= x <= 1000Include token name and symbol metadata in the response. When true, populates token_name and token_symbol fields from the token registry. This may add slight latency due to additional lookups.