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 codeDescription
200SIP-003-encoded Nakamoto blocks, concatenated together
cURL
curl -L \
"https://api.hiro.so/v3/tenures/{block_id}?stop={stop}" \
-H 'Accept: application/json'

How is this guide?