etherscan_block_reward | R Documentation |
etherscan_block_reward
etherscan_block_reward(block, api_key, timeout_seconds = 60)
block |
the numeric block number |
api_key |
your Etherscan API key |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns the block and uncle reward for the specified block number as a list.
## Not run:
block <- 12697906
api_key <- "..."
block_reward <- etherscan_block_reward(block, api_key)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.