powered by
etherscan_account_balance
etherscan_account_balance( address, api_key, tag = "latest", timeout_seconds = 60 )
returns the balance for the specified address
the address for which you wish to retrieve the balance.
your Etherscan API key
pre-defined block parameter, either earliest, pending or latest. Default is latest.
seconds until the query times out. Default is 60.
if (FALSE) { address <- "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae" api_key <- "..." account_balance <- etherscan_account_balance(address, api_key)}
Run the code above in your browser using DataLab