powered by
Returns all the available non-zero balances associated with this account.
# S4 method for PoloniexTradingAPI ReturnBalances(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.
# NOT RUN { poloniex.trading <- PoloniexTradingAPI(your.key, your.secret) balances <- ReturnBalances(poloniex.trading) head(balances) # }
Run the code above in your browser using DataLab