Description Usage Arguments Value Examples
Returns information about currencies
1 | ReturnCurrencies(theObject)
|
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
1 2 | poloniex.public <- PoloniexPublicAPI()
currencies <- ReturnCurrencies(poloniex.public)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.