GetBlockBalance
Developing
POST
/wallet/getblockbalance
Returns
Field | Type | Description |
---|---|---|
timestamp | int64 | Timestamp of the transaction (in Unix epoch format). |
block_identifier.hash | string | Hash of the block containing the transaction. |
block_identifier.number | int64 | Block number in which the transaction was included. |
transaction_balance_trace | TransactionBalanceTrace[] | List of transaction information with balance changes. |
Field | Type | Description |
---|---|---|
transaction_identifier | string | The hash of the transaction. |
operation | Operation[] | A list of operations involved in the transaction, each with the following: |
operation.operation_identifier | int64 | Unique identifier for the operation. |
operation.address | string | The address associated with the operation. |
operation.amount | int64 | The amount of balance change (either increase or decrease). |
type | string | The type of the transaction. |
status | string | The result of the transaction (e.g., success or failure). |
Request
Body Params application/json