Blocks
Get 100 blocks since blockheight in decending order offset by the specified amount if any
get/blocks
Query parameters
heightinteger required
block height
offsetinteger
Set offset to get later pages, should be in increments of 100
Response
Responses for GET /blocks
Example response
{
"blocks": [
{
"height": 63253147,
"id": "3b456a38d04fdb6ca285db39936b7a74fccbefa2f0fea9a8ef57c4d67fdfdfca",
"timestamp": "2023-10-18 19:43:18.631339+00",
"tx": 3,
"transactions": [
{
"id": "3b456a38d04fdb6ca285db39936b7a74fccbefa2f0fea9a8ef57c4d67fdfdfca"
}
]
}
]
}Changes
Changed in 3 of the 5 revisions of this API.12
- ○
added the optional property
blocks/items/transactionsto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲