Block Range
Fetch a bounded list of indexed blocks ordered ascending or descending.
Live Response
Responses from the selected endpoint appear here after you run a request.
Live response output will appear here after you run a request.
Request reference
application/jsonThis 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
}Request body schema
objectBlocksInput
descbooleanfrom_block_heightintegerlimitintegerto_block_heightintegerResponse reference
200 application/jsonBlock rows
Response schema
objectBlocksResponse
requires blocksblocks *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