v1

latestOpenAPI 3.0.0Apache 2.02026-07-1361016.7 KB

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"
        }
      ]
    }
  ]
}
All 6 operations