The transaction the balance was read from. null when the wallet had no
matching transaction at or before the requested point — meaning the balance
is genuinely 0 (the wallet had not held the token by then), not an error.
Human-readable amount as a decimal string (not a number, so large balances don't lose precision). Trailing zeros are trimmed.
Exact amount in the smallest unit (lamports for SOL), as a string
Token decimals (9 for SOL)
Whether the result is native SOL
Echo of the queried mint (the SOL pseudo-mint when native)
Echo of the query. When datetime is used, time is also populated with
the resolved epoch seconds so the UTC interpretation is visible.
The original datetime string, when datetime was used
Requested slot, when slot was used
Requested time as epoch seconds (also set when datetime was used)
Echo of the queried wallet address
Response from getBalanceAt endpoint.
balanceandbalanceRaware returned as strings to avoid precision loss on large values.