GET
/
block-height
/
{height}
Block Height
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/block-height/{height} \
  --header 'api-key: <api-key>'
"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

height
integer
required

The height of the block.

Example:

804000

Response

200
text/plain

Block hash as plain text.

The response is of type string.

Example:

"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"