Statement preview for one token
Returns the statement of one token for a period straight away: opening and closing balance, totals, a reconciliation check and the first operations. This is a preview meant for display — the number of operations is capped by ops_limit, and operations_total tells you how many there are in full.
For the complete list request a file through POST /reports/statement; it is built in the background and downloaded when ready.
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"Start of the period, UTC.
"date"End of the period, UTC, inclusive.
"date"How many operations to return in the preview.
105000500Responses
Statement preview.