Block
Fetch a block by number
Fetches block data for a given block number from the Nimiq RPC, including its transactions.
GET
/
getBlockByNumber/{number}Path Parameters
numberRequiredinteger
The number of the block to fetch.
Block data successfully retrieved