Description Usage Arguments Examples
Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.
1 2 3 4 5 6 7 | getHistoricalOrderbook(
symbol,
limitLevels = 0,
timeStart,
timeEnd = NULL,
limit = 100
)
|
limit |
1 | getHistoricalOrderbook(symbol = "BITSTAMP_SPOT_BTC_USD", timeStart = "2016-01-01T00:00:00", timeEnd = "2016-01-01T00:10:00", limitLevels = 1, limit = 25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.