Block

Fetch the current block number

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

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

Block number successfully retrieved

{
  "blockNumber": 0,
  "metadata": null
}