Retrieves the daily average time taken to successfully mine a block.
curl "https://api.etherscan.io/v2/api?chainid=1&module=stats&action=dailyavgblocktime&startdate=2019-02-01&enddate=2019-02-28&sort=desc&apikey=YourApiKeyToken"
{ "status": "1", "message": "OK", "result": [ { "UTCDate": "2019-02-01", "unixTimeStamp": "1548979200", "blockTime_sec": "17.67" }, { "UTCDate": "2019-02-02", "unixTimeStamp": "1549065600", "blockTime_sec": "17.41" } ] }
1
8453
stats
dailyavgblocktime
yyyy-MM-dd
asc
desc