Get burn block

Retrieves a single burn block.

GET

/extended/v2/burn-blocks/{height_or_hash}

Retrieves a single burn block.

Path parameters

height_or_hash
Required
integer | string

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

Status codeDescription
200Burn block
curl
curl -X GET "https://api.mainnet.hiro.so/extended/v2/burn-blocks/42000"

A burn block

Example response
{
  "burn_block_time": 0,
  "burn_block_time_iso": "string",
  "burn_block_hash": "string",
  "burn_block_height": 0,
  "stacks_blocks": [
    "string"
  ]
}