etherscan_gas_oracle | R Documentation |
etherscan_gas_oracle
etherscan_gas_oracle(api_key, timeout_seconds = 60)
api_key |
your Etherscan API key |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns current safe, proposed and fast gas prices as determined by Etherscan.
## Not run:
api_key <- "..."
gas_oracle <- etherscan_gas_oracle(api_key)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.