watch_getStatsByDay
Last updated
Last updated
Parameters
QUANTITY
- the unix timestamp
Returns
Object
- A block object with the following fields, or null when no block was found:
transactionCount: QUANTITY - number of transactions per day
averageGasPrice: QUANTITY, - average gas price per day.
totalGasUsed: QUANTITY, - total gas used per day
uncleBlockReward: QUANTITY, - uncle block reward by day
minersReward: QUANTITY, - miner's reward per day
blockCount: QUANTITY, - number of blocks per day
Request example
Result