Batch

Fetch the batch number for the current head

Fetches the batch number for the current head from the Nimiq RPC.

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

Batch number successfully retrieved

{
  "batchNumber": {
    "data": 19938,
    "metadata": null
  }
}