description |
---|
/blockchain-v2/{asset}/blocks |
Atlas/UBDM employs the universal concept of blocks which have the following fields in the response for the Blocks endpoint:
Field | Description |
---|---|
block_hash | Hash of the 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 the block (number of confirmed blocks since Genesis block) |
consensus_time | Consensus timestamp; always increases monotonically |
miner_time | Miner/producer timestamp |
nonce | Nonce of the block (hex-encoded) |
extra_data | Extra data of the block (hex-encoded). |
n_transactions | Number of transactions |
n_balance updates | Number of balance updates |
version | Version of the block |
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 |
stale | Indicator if the block is stale. |