Balances at the end of a date
Returns the balances as they stood at the end of the requested date in UTC, inclusive. A request for 2026-09-01 answers with the state at 2026-09-01 23:59:59Z, not at midnight.
Unlike the current-balances endpoint, this one carries no freshness caveat: the point being described was passed long ago, so the answer is exact.
Use /at-block when you need a precise moment: on TRON a block appears roughly every three seconds, so a whole day is a coarse cut.
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
Date in UTC, YYYY-MM-DD.
"2026-09-01""date"Limit the reply to one token. Omit for all tokens.
Responses
Balances at the end of the date.