if (FALSE) {
address <- "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae"
api_key <- "..."
tag <- "latest"
query_string <- list(
module = 'account',
action = 'balance',
address = address,
tag = tag,
apikey = api_key
)
data <- etherscan_api_call('GET', query_string)}
Run the code above in your browser using DataLab