Epoch

Fetch the current epoch number

Fetches the current epoch number from the Nimiq RPC.

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

Epoch number successfully retrieved

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