Full Transaction Info for Block

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

Adding a block_hashand a transaction_hashthe prefix returns a block info and transaction info for a single transaction, including all balance updates for that transaction.

Field

Description

block_hash

Hash of that block (unique per block)

parent_block_hash

Hash of the parent block (set to a string of 65 zeros for Genesis blocks)

height

Height of that block (number of confirmed blocks since Genesis block)

transaction_hash

Hash of transaction

consensus_time

Consensus timestamp; always increases monotonically

miner_time

n_transactions

Number of transactions

n_balance updates

Number of balance updates

difficulty

Difficulty of the block

physical_size

The physical size of a block in bytes

consensus_size

The stripped size of the block with Segregated Witness (signature) data

consensus_size_limit

The size limit of a block in weight units

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 balance updates

Array of balance updates for that block

Last updated