- APIs
- Stacks Blockchain API
- Tenure Blocks
Get Nakamoto tenure blocks
RPC node
Fetch a sequence of Nakamoto blocks in a tenure.
GET
Parameters
Path Parameters
block_id
REQUIRED
string The tenure-start block ID of the tenure to query
Query Parameters
stop
string The block ID hash of the highest block in this tenure that is already
known to the caller. Neither the corresponding block nor any of its
ancestors will be served. This is used to fetch tenure blocks that the
caller does not have.
Status code | Description |
---|---|
200 | SIP-003-encoded Nakamoto blocks, concatenated together |
cURL
curl -L \"https://api.hiro.so/v3/tenures/{block_id}?stop={stop}" \-H 'Accept: application/json'