bt_getmarkets: Available Markets and Other Meta Data

View source: R/public-interface.r

bt_getmarketsR Documentation

Available Markets and Other Meta Data

Description

The bt_getmarkets() function returns all of the currently available markets on https://bittrex.com along with other information including when the exchange was created and the minimum order size.

Usage

bt_getmarkets()

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 market currencies, base currencies, base currency long name, minimum trade size, market name, if the market is active, when the market was created, market notices, if the market is sponsored, and the location of the market logo.

References

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

Examples

## Not run: 
markets <- bt_getmarkets()$result
head(markets)

## End(Not run)

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