public_ticker {rgdax} | R Documentation |
Get Latest Buy & Sell Trade.
Description
Snapshot information about the last trade (tick), best bid/ask and 24h volume.
Usage
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 |
Value
A dataframe of most recent trade and 24 hr volume.
Examples
## Not run:
public_ticker()
public_ticker("BTC-EUR")
## End(Not run)
[Package rgdax version 1.2.1 Index]