okcoin_spot_account_info {cryptotrackr}R Documentation

okcoin_spot_account_info

Description

okcoin_spot_account_info

Usage

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

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.

Value

returns a dataframe containing your spot account balances

Examples

## Not run: 
secret <- "..."
key <- "..."
passphrase <- "..."
balances <- okcoin_spot_account_info(secret, key, passphrase)
## End(Not run)

[Package cryptotrackr version 1.3.3 Index]