Balance dynamics for one token
Returns the balance of one token over time, with the change on each point. Only days on which the balance actually moved are returned, so a quiet address gives a short array rather than a row per day.
Pass days for a trailing window, or date_from together with date_to for an explicit period. The two date parameters only switch the mode when both are present; supplying one of them is rejected.
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
TRX, a TRC20 contract address, or a numeric TRC10 id.
"TRX"Trailing window in days. Ignored when both dates are given.
7182590Start of the period, UTC. Must be sent together with date_to.
"date"End of the period, UTC, inclusive. Must be sent together with date_from.
"date"Responses
Points at which the balance changed.