bt_getticker: Get the Ticker Values for a Market

Description Usage Arguments Value References See Also Examples

Description

The bt_getticker() function returns the bid, ask, and last transaction price for a specified market on https://bittrex.com. The complete list of markets is available via bt_getmarkets().

Usage

1
bt_getticker(market)

Arguments

market

the market to get the ticker for.

Value

A named list with the following elements:

References

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

See Also

bt_getmarkets()

Examples

1
2
3
4
## Not run: 
getticker("btc-ltc")

## End(Not run)

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