Description Usage Arguments Value Examples
Returns all the available non-zero balances associated with this account.
1 2  | ## S4 method for signature 'PoloniexTradingAPI'
ReturnBalances(theObject)
 | 
theObject | 
 The Trading client API object on which the function should be called.  | 
a vector containing non-zero currency balances. Each entry corresponds to a balance for a single currency.
1 2 3 4 5 6  | ## Not run: 
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
balances         <- ReturnBalances(poloniex.trading)
head(balances)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.