ReturnCurrencies-PoloniexPublicAPI-method: Returns information about currencies

Description Usage Arguments Value Examples

Description

Returns information about currencies

Usage

1
2
## S4 method for signature 'PoloniexPublicAPI'
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)

VermeirJellen/PoloniexR documentation built on May 22, 2019, 12:41 p.m.