ReturnCurrencies: Returns information about currencies

Description Usage Arguments Value Examples

Description

Returns information about currencies

Usage

1
ReturnCurrencies(theObject)

Arguments

theObject

The object on which the function should be called

Value

A dataframe with currency information - rows: Information about a single currency - columns: id, txfee, minConf, disabled, delisted, frozen

Examples

1
2
poloniex.public <- PoloniexPublicAPI()
currencies <- ReturnCurrencies(poloniex.public)

PoloniexR documentation built on July 11, 2017, 1:02 a.m.