- APIs
- Stacks Blockchain API
- Nakamoto Block
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 code | Description |
---|---|
200 | The raw SIP-003-encoded block will be returned. |
400 | Bad request |
404 | Not found |
500 | Internal Server Error |
cURL
curl -L \"https://api.hiro.so/v3/blocks/{block_id}" \-H 'Accept: application/json'