Description Usage Arguments Value Examples
View source: R/public_daystats.R
This function is a public function and will fetch get 24 hr stats for the provided currency pair (product_id). Volume is in base currency units. open, high, low are in quote currency units.
1 | public_daystats(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 |
Dataframe with a single row of product's last 24 hour stats.
1 2 3 4 | ## Not run:
public_daystats()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.