Block Range
Fetch a bounded list of indexed blocks ordered ascending or descending.
Fetch a bounded list of indexed blocks ordered ascending or descending.
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
This operation performs POST /v0/blocks with an application/json request body.
Required request inputs: yes
POST /v0/blocks
{
"desc": false,
"from_block_height": 193916402,
"limit": 10,
"to_block_height": 193916411
}descbooleanSort newest-first when true; oldest-first when false or omitted.
from_block_heightintegerInclusive lower bound on block height.
limitintegerMaximum blocks to return in one page (1–100).
to_block_heightintegerExclusive upper bound on block height.
Block rows
blocks *arrayitemsobjectBlockRowauthor_id *stringblock_hash *stringblock_height *integerblock_ordinalintegerblock_timestamp *stringchunks_included *integerepoch_id *stringgas_burnt *stringgas_price *stringnext_epoch_id *stringnum_receipts *integernum_transactions *integerprev_block_hash *stringprev_block_heightintegerprotocol_version *integertokens_burnt *stringtotal_supply *string