# NOT RUN {
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
balances <- ReturnCompleteBalances(poloniex.trading)
head(balances)
balances.all <- ReturnCompleteBalances(poloniex.trading)
head(balances.all)
# }
Run the code above in your browser using DataLab