v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
blocks

Block range

Get blocks at a given range of heights. Max range {from}-{to} is limited by rest-api.blocks-request-limit, 100 by default.

get/blocks/seq/{from}/{to}

Path parameters

frominteger required

Start block height

tointeger required

End block height

Response

successful operation

timestampinteger required
versioninteger required
heightinteger required
totalFeeinteger required
referencestring required
generatorstring required
generatorPublicKeystring required
signaturestring required
idstring
blocksizeinteger required
transactionCountinteger required
featuresinteger[]
rewardinteger
rewardSharesobject

map of address <-> reward

desiredRewardinteger
VRFstring required
transactionsRootstring required
stateHashstring

Example response

[
  {
    "height": 1610000,
    "generator": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
    "generatorPublicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY",
    "rewardShares": {
      "3MtmVzUQQj1keBsr3Pq5DYkutZzu5H8wdgA": 200000000,
      "3Myb6G8DkdBb8YcZzhrky65HrmiNuac3kvS": 100000000
    },
    "finalizationVoting": {
      "finalizedHeight": 1610000,
      "aggregatedEndorsement": "oJUBPLXnqejpwkkifzBbyQp63mPwypYq9GV7eAYqQGAvsE2LxU6csrrwLWgK1HdW28Ygku7vfkcMW1TCDCFymVXoqi7SpCwWGp3P6gegHusSPBsuVQQiQ5BWTYpUpSJjiBL",
      "conflict": [
        {
          "finalizedId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
          "finalizedHeight": 1610000,
          "endorsedId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
          "signature": "oJUBPLXnqejpwkkifzBbyQp63mPwypYq9GV7eAYqQGAvsE2LxU6csrrwLWgK1HdW28Ygku7vfkcMW1TCDCFymVXoqi7SpCwWGp3P6gegHusSPBsuVQQiQ5BWTYpUpSJjiBL"
        }
      ]
    },
    "transactions": [
      {
        "timestamp": 1460678400000,
        "recipient": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k"
      }
    ]
  }
]