get_block_balance
Retrieve all balance change operations in a TRON block by providing its hash and number. Requires the node to have historical balance query enabled.
Instructions
Get all balance change operations in a block. Requires block hash and block number. Note: requires the node to enable historical balance query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | Block hash (64-char hex string) | |
| number | Yes | Block height number | |
| network | No | Network name. Defaults to mainnet. |