Full Transaction

/blockchain-v2/{asset}/transactions/{transaction_hash}

Adding a transaction_hashto the prefix returns a full single transaction with all balance updates.

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

Consensus timestamp; always increases monotonically

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

Array of balance updates for that transaction

Last updated