ReturnBalances: Returns all the available non-zero balances associated with...

Description Usage Arguments Value Examples

Description

Returns all the available non-zero balances associated with this account.

Usage

1
ReturnBalances(theObject)

Arguments

theObject

The Trading client API object on which the function should be called.

Value

a vector containing non-zero currency balances. Each entry corresponds to a balance for a single currency.

Examples

1
2
3
4
5
6
## Not run: 
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
balances         <- ReturnBalances(poloniex.trading)
head(balances)

## End(Not run)

VermeirJellen/PoloniexR documentation built on May 22, 2019, 12:41 p.m.