Epoch

Fetch the current epoch number

Fetches the current epoch number from the Nimiq RPC.

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

Epoch number successfully retrieved

{
  "epochNumber": {
    "data": 28,
    "metadata": null
  }
}