v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
activation

Feature activation status

Activation statuses of blockchain features

get/activation/status

Response

successful operation

heightinteger required
votingIntervalinteger required

Voting period length in blocks

votingThresholdinteger required

Number of blocks that support a feature to approve it

nextCheckinteger required

Next height to calculate feature statuses

Example response

{
  "height": 1610000,
  "features": [
    {
      "activationHeight": 1610000
    }
  ]
}