Get Nakamoto block

RPC node

Fetch a Nakamoto block by its index block hash.

GET

Parameters

Path Parameters

block_id
REQUIRED
string The block"s ID hash
Status codeDescription
200The raw SIP-003-encoded block will be returned.
400Bad request
404Not found
500Internal Server Error
cURL
curl -L \
"https://api.hiro.so/v3/blocks/{block_id}" \
-H 'Accept: application/json'

How is this guide?