Get the balance of a specific SPL token account at a specific timestamp
API key for authentication
The SPL token account address (base58 encoded, 32-44 characters)
"35hadxsTpn1xxovQReWeD5jskRdYWBjBEo1tD4pqgTh3"
Datetime at 10-minute intervals in format YYYY-MM-DDTHH:MM. Minutes must be 00, 10, 20, 30, 40, or 50. Note: Cannot be within the last hour of current UTC time due to data processing lag.
"2024-06-01T12:00"
Include 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.
Token balance for the account
Token balance for the specific token account
The datetime of the balance snapshot
The wallet owner address
The SPL token mint address
The associated token account address
Token name (only if include_metadata=true)
Token symbol (only if include_metadata=true)
The token balance in human-readable format (converted using token decimals)
Raw balance in smallest units (lamports for SOL, raw token units for SPL tokens) before decimal conversion
When this balance was last updated
The block slot when this balance was last updated