powered by
etherscan_block_reward
etherscan_block_reward(block, api_key, timeout_seconds = 60)
returns the block and uncle reward for the specified block number as a list.
the numeric block number
your Etherscan API key
seconds until the query times out. Default is 60.
if (FALSE) { block <- 12697906 api_key <- "..." block_reward <- etherscan_block_reward(block, api_key)}
Run the code above in your browser using DataLab