bt_getcurrencies: Retrieve all Available Currencies on the Exchange

View source: R/public-interface.r

bt_getcurrenciesR Documentation

Retrieve all Available Currencies on the Exchange

Description

The bt_getcurrencies() function returns the available currencies on https://bittrex.com.

Usage

bt_getcurrencies()

Value

A named list with the following elements:

  • success: a boolean indicating whether the request was successful.

  • message: a string describing the error if the request was not successful, otherwise and empty string.

  • result: A data.frame with the currency ticker, currency, a minimum confirmation number, the transaction fee, if the currency is active, the coin type, the base address, and currency notices.

References

https://bittrex.com/api/v1.1/public/getcurrencies

Examples

## Not run: 
currencies <- bt_getcurrencies()$result

## End(Not run)

kaneplusplus/bittrex documentation built on July 6, 2022, 10:02 p.m.