cURL
curl --request GET \ --url 'https://eth.blockscout.com/api/?module=block&action=getblockreward'
{ "status": "1", "message": "OK", "result": { "blockNumber": "<string>", "timeStamp": "<string>", "blockMiner": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae", "blockReward": "<string>", "uncles": [ {} ], "uncleInclusionReward": "<string>" } }
Returns the block reward and uncle block rewards when applicable
Module name (must be 'block')
block
getblockreward
Block number
Block reward retrieved successfully
Status code (1 = OK)
1
Response message
"OK"
Show child attributes
Was this page helpful?