Blocks
Get Block and Uncle Rewards by Block Number
GET https://testnetapi.metadium.com/v1/blocks/{block_number}
api-key: Your API Key//Response Sample Result
{
"status": "200",
"message": "success",
"results": {
"data": {
"timestamp": "2023-05-24T23:54:45Z",
"miner": "0xcfff678cafa652227c7a98ec6bcbfba0e3d1da19",
"reward": "0",
"fees": "0",
"block_number": "42315230",
"mining_reward": "0"
}
}
}Last updated