v1

latestOpenAPI 3.0.2Apache 2.02026-07-17189642856.1 KB
Full blockchain entities v2

Full block

Returns a full blockchain block with all transactions and balance updates.<br/> Results are limited to the last 30 days for Community users.

get/blockchain-v2/{asset}/blocks/{block_hash}

Path parameters

assetstring required

Asset name.

block_hashstring required

Block hash.

Query parameters

include_sub_accountsboolean

Boolean indicating if the response should contain sub-accounts.<br/> This parameter is disabled for Community users.

prettyboolean

Human-readable formatting of JSON responses.

Response

Blockchain full block.

block_hashstring required

Hash of the block.

parent_block_hashstring

Hash of the block.

heightstring required

Height of the block.

consensus_timestring required

The time in ISO 8601 date-time format. Always with nanoseconds precision.

miner_timestring required

The time in ISO 8601 date-time format. Always with nanoseconds precision.

noncestring

Nonce of the block, hex-encoded.

extra_datastring

Extra data of the block, hex-encoded.

n_transactionsstring required

Number of transactions.

n_balance_updatesstring required

Number of balance updates.

versionstring

Version of the block.

difficultystring

Difficulty of the block.

physical_sizestring

Physical size of the block, bytes.

consensus_sizestring

Consensus size of the block.

consensus_size_limitstring

Consensus size limit of the block.

stalestring

This field is set to true if the corresponding block is stale. Otherwise omitted.