v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
blockchain

Finality info

Get finalized block, current and next generation periods, and miners committed to generating blocks in both current and next generation periods

get/blockchain/finality

Response

successful operation

heightinteger required
finalizedHeightinteger required

Example response

{
  "height": 1610000,
  "finalizedHeight": 1610000,
  "currentGenerationPeriod": {
    "start": 1610000,
    "end": 1610000
  },
  "nextGenerationPeriod": {
    "start": 1610000,
    "end": 1610000
  },
  "nextGenerators": [
    {
      "address": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
      "transactionId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
    }
  ],
  "currentGenerators": [
    {
      "address": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
      "transactionId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
      "conflictHeight": 1610000
    }
  ]
}