cURL
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>" }
Get confirmation status and chain position information for a specific Bitcoin block.
Project API Key
The block hash to query
"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"
Block status response
The response is of type object.
object
Was this page helpful?