Block

Fetch the first block after the reporting window for a specific block number

Fetches the first block after the reporting window of a given block number has ended from the Nimiq RPC.

GET
/getBlockAfterReportingWindow/{blockNumber}
/getBlockAfterReportingWindow/3642366

Path Parameters

blockNumber
Required
integer

The block number to fetch the first block after the reporting window.

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

Block after reporting window successfully retrieved

{
  "blockAfterReportingWindow": {
    "data": 3376534,
    "metadata": null
  }
}