powered by
cex_io_balance
cex_io_balance(username, api_key, api_secret, timeout_seconds = 60)
returns a list with your balances for each currency
your cex.io username
your cex.io api_key
your cex.io api_secret
seconds until the query times out. Default is 60.
if (FALSE) { username <- "..." api_key <- "..." api_secret <- "..." balances <- cex_io_balance(username, api_key, api_secret, 4.5)}
Run the code above in your browser using DataLab