bt_getmarkets: Available Markets and Other Meta Data

Description Usage Value References Examples

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

1

Value

A named list with the following elements:

References

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

Examples

1
2
3
4
5
## Not run: 
markets <- bt_getmarkets()$result
head(markets)

## End(Not run)

2ndTime/bittrex2 documentation built on May 31, 2019, 2:19 p.m.