Learn R Programming

PoloniexR (version 0.0.1)

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

Description

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

Usage

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

Run this code
# NOT RUN {
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
balances         <- ReturnBalances(poloniex.trading)
head(balances)
# }

Run the code above in your browser using DataLab