Description Usage Arguments Examples
Get OHLCV latest timeseries data returned in time descending order. Data can be requested by the period and symbol or asset pairs. If asset pairs are used then timeseries in the response will contain data consolidated across all most legitimate SPOT markets which contain both assets in any order.
1 2 3 4 5 6 7 | getLatestOHLCV(
assetIdBase,
assetIdQuote = NULL,
periodId,
includeEmptyItems = FALSE,
limit = 100
)
|
limit |
1 2 | getLatestOHLCV("BITSTAMP_SPOT_BTC_USD", "1MIN", limit = 25)
getLatestOHLCV("BTC", "USD", periodId = "1MIN", limit = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.