bt_getmarketsummary: Summary of a Markets

Description Usage Arguments Value References Examples

Description

the bt_getmarketsummary() retrieves a summary for a specified market on https://bittrex.com.

Usage

1

Arguments

market

the market to retrieve the summary for.

Value

A named list with the following elements:

References

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

Examples

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

## End(Not run)

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