GET
/
block
/
{hash}
/
status
Block Status
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/block/{hash}/status \
  --header 'api-key: <api-key>'
{
  "in_best_chain": true,
  "next_best": "<string>"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

hash
string
required

The block hash to query

Example:

"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"

Response

200
application/json

Block status response

The response is of type object.