bt_getmarkethistory: Recent History for a Market

Description Usage Arguments Value References Examples

Description

the bt_getmarkethistory() function retrieves recent trade information for a specified market on https://bittrex.com.

Usage

1

Arguments

market

the market from which history data will be retrieved.

Value

A named list with the following elements:

References

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

Examples

1
2
3
4
5
## Not run: 
mh <- bt_getmarkethistory("btc-eth")$result
head(mh)

## End(Not run)

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