cex_io_balance | R Documentation |
cex_io_balance
cex_io_balance(username, api_key, api_secret, timeout_seconds = 60)
username |
your cex.io username |
api_key |
your cex.io api_key |
api_secret |
your cex.io api_secret |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a list with your balances for each currency
## Not run:
username <- "..."
api_key <- "..."
api_secret <- "..."
balances <- cex_io_balance(username, api_key, api_secret, 4.5)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.