post
https://api.shasta.trongrid.io/wallet/getblockbalance
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns
| Field | Type | Description |
|---|---|---|
| timestamp | int64 | Timestamp. (Unit: millisecond) |
| block_identifier.hash | string | Block hash. |
| block_identifier.number | int64 | Block number. |
| transaction_balance_trace | TransactionBalanceTrace[] | List of transaction information with balance changes. |
The fields contained in the TransactionBalanceTrace object are as follows:
| Field | Type | Description |
|---|---|---|
| transaction_identifier | string | Transaction ID (hash). |
| operation | Operation[] | List of balance change operations in this transaction, including sender deductions, receiver additions, and resource fee burns (Bandwidth/Energy). Each item contains operation_identifier (index), address (affected address), and amount (balance change). |
| type | string | Transaction type. |
| status | string | Transaction result status. |