GET
/
block
/
{hash}
/
raw
Block Raw
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/block/{hash}/raw \
  --header 'api-key: <api-key>'
This response does not have an example.

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

hash
string
required

The hash of the block

Example:

"00000000000000000001b9dca5d168a8e959df258814beec486572e843fddee5"

Response

200
application/octet-stream

Raw block data in binary format

The response is of type file.