public_ticker: Get Latest Buy & Sell Trade.

Description Usage Arguments Value Examples

Description

Snapshot information about the last trade (tick), best bid/ask and 24h volume.

Usage

1
public_ticker(product_id = "BTC-USD")

Arguments

product_id

Optional character parameter. This is a case insensitive value of the product id for which the order book is desired. Default to 'BTC-USD'. For all valid product ids, refer to public_info.

Value

A dataframe of most recent trade and 24 hr volume.

Examples

1
2
3
4
5
## Not run: 
public_ticker()
public_ticker("BTC-EUR")

## End(Not run)

JARVIS001011/account documentation built on May 6, 2019, 12:06 p.m.