okcoin_spot_account_info | R Documentation |
okcoin_spot_account_info
okcoin_spot_account_info(secret, key, passphrase, timeout_seconds = 60)
secret |
your secret key for Okcoin |
key |
your API key for Okcoin |
passphrase |
the passphrase which you created when generating your Okcoin API key |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a dataframe containing your spot account balances
## Not run:
secret <- "..."
key <- "..."
passphrase <- "..."
balances <- okcoin_spot_account_info(secret, key, passphrase)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.