powered by
Returns information about currencies
# S4 method for PoloniexPublicAPI ReturnCurrencies(theObject)
The object on which the function should be called
A dataframe with currency information - rows: Information about a single currency - columns: id, txfee, minConf, disabled, delisted, frozen
# NOT RUN { poloniex.public <- PoloniexPublicAPI() currencies <- ReturnCurrencies(poloniex.public) # }
Run the code above in your browser using DataLab