Balances at a block or a moment
Returns the balances at a precise point: either a block height or a UTC timestamp resolved to the nearest block. Exactly one of block or ts is required.
The answer is exact for that point. Asking for a block the index has not reached yet is the only case that can surprise you — check as_of_block in the reply against what you asked for.
This is the accurate counterpart of /at, which answers for a whole day.
Authorizations
API key from the dashboard. Some Host Mode endpoints also accept the key as an api_key field in the request body — this is stated in the schema of the particular operation.
Parameters
Header Parameters
An IP address from the key's whitelist. A request from an address outside the whitelist is rejected with 401.
"203.0.113.10""ipv4"Path Parameters
TRON address in base58, exactly 34 characters.
"TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"3434Query Parameters
Block height. Mutually exclusive with ts.
860123451Moment in UTC, YYYY-MM-DD HH:MM:SS. Mutually exclusive with block.
"2026-09-01 12:00:00"Responses
Balances at the requested point.