Learn R Programming

cryptotrackr (version 1.3.3)

okcoin_spot_account_info: okcoin_spot_account_info

Description

okcoin_spot_account_info

Usage

okcoin_spot_account_info(secret, key, passphrase, timeout_seconds = 60)

Value

returns a dataframe containing your spot account balances

Arguments

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.

Examples

Run this code
if (FALSE) {
secret <- "..."
key <- "..."
passphrase <- "..."
balances <- okcoin_spot_account_info(secret, key, passphrase)}

Run the code above in your browser using DataLab