Description Usage Arguments Value Examples
View source: R/public_trades.R
This is a public function and will fetch the 100 latest trades for the provided currency pair (product_id).
1 | public_trades(product_id = "BTC-USD")
|
product_id |
Optional character parameter. This is a case insensitive value of the product id for which the order book is desired. Default to |
A dataframe of most recent trades indicating if it was buy / sell and what the trade size was.
1 2 3 4 5 | ## Not run:
public_trades()
public_trades("BTC-EUR")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.