Retrieves the daily distribution of block rewards to miners.
curl "https://api.etherscan.io/v2/api?chainid=1&module=stats&action=dailyblockrewards&startdate=2019-02-01&enddate=2019-02-28&sort=desc&apikey=YourApiKeyToken"
{ "status": "1", "message": "OK", "result": [ { "UTCDate": "2019-02-01", "unixTimeStamp": "1548979200", "blockRewards_Eth": "15300.65625" }, { "UTCDate": "2019-02-02", "unixTimeStamp": "1549065600", "blockRewards_Eth": "15611.625" } ] }
1
8453
stats
dailyblockrewards
yyyy-MM-dd
asc
desc