Network

Check if consensus is established

Returns a boolean indicating whether consensus has been established with the Nimiq network.

GET
/isConsensusEstablished
/isConsensusEstablished
curl -X GET "https://api.nimiqhub.com/isConsensusEstablished"

Consensus status retrieved successfully

{
  "consensusEstablished": {
    "data": true,
    "metadata": null
  }
}