powered by
covalent_balances
covalent_balances( api_key, chain_id, address, csv = FALSE, timeout_seconds = 60 )
returns either a list or a dataframe with account balances
your Covalent API key
the string id of the chain for which you wish to check balances.
the address you for which wish to check balances.
'TRUE' will return csv data parsed as a dataframe while 'FALSE' will return json data. The default value is 'FALSE'.
seconds until the query times out. Default is 60.
if (FALSE) { api_key <- "..." balances <- covalent_balances(api_key, "1", "trevorfrench.eth", csv = FALSE)}
Run the code above in your browser using DataLab