public_trades {rgdax} | R Documentation |
Get Latest Buy & Sell Trades.
Description
This is a public function and will fetch the 100 latest trades for the provided currency pair (product_id).
Usage
public_trades(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 trades indicating if it was buy / sell and what the trade size was.
Examples
## Not run:
public_trades()
public_trades("BTC-EUR")
## End(Not run)
[Package rgdax version 1.2.1 Index]