Transactions
/blockchain-v2/{asset}/transactions
Transactions, just like double entry accounting transactions, are groups of balance updates that are ordered within a block. The Transactions endpoint returns a list of accounts, which have the following fields:
Field | Description |
block_hash | Hash of the block containing the transaction |
height | Height of the block containing the transaction |
transaction_hash | Hash of transaction |
consensus_time | |
min_chain sequence number | Starting sequence number (global ordering of the first update in this transaction relative to all other updates recorded on the ledger up until that point) for the balance updates occurring in this transaction |
max_chain sequence number | Last sequence number (global ordering of the last update in this transaction relative to all other updates recorded on the ledger up until that point) for the balance updates occurring in this transaction |
n_balance updates | Number of balance updates |
amount | Amount of the balance updates |
Last modified 2mo ago