Skip to main content

Get burn block

Retrieves a single burn block

Path Parameters
height_or_hash REQUIRED

filter by burn block height, hash, or the constant latest to filter for the most recent burn block

Responses
200

Burn block

Schema OPTIONAL
burn_block_time number

Unix timestamp (in seconds) indicating when this block was mined.

burn_block_time_iso string

An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined.

burn_block_hash string

Hash of the anchor chain block

burn_block_height integer

Height of the anchor chain block

stacks_blocks string[]

Hashes of the Stacks blocks included in the burn block

get_burn_block
GET /extended/v2/burn-blocks/:height_or_hash
height_or_hash — path
https://api.mainnet.hiro.so
curl -L 'https://api.mainnet.hiro.so/extended/v2/burn-blocks/:height_or_hash' \
-H 'Accept: application/json'