GetBlockBalance

Get all balance change operations in a block.(Note: At present, the interface data can only be queried through the following official nodes 13.228.119.63 & 18.139.193.235&18.141.79.38 &18.139.248.26)

Returns

FieldTypeDescription
timestampint64timestamp
block_identifier.hashstringblock hash
block_identifier.numberint64block number
transaction_balance_traceTransactionBalanceTrace[]List of transaction information with balance changes

The fields contained in the TransactionBalanceTrace object are as follows:

FieldTypeDescription
transaction_identifierstringtransaction hash
operationOperation[]The operation list contains the balance change operations involved in this transaction. Each operation contains the following fields: operation_identifier: operation identifier, int64 type; address: address, string type; amount: amount of balance increase or decrease, int64 type
typestringtransaction type
statusstringtransaction result
Language
Click Try It! to start a request and see the response here!