getHistoricalOrderbook: Get historical order book snapshots for a specific symbol...

Description Usage Arguments Examples

View source: R/Orderbook.R

Description

Get historical order book snapshots for a specific symbol within time range, returned in time ascending order.

Usage

1
2
3
4
5
6
7
getHistoricalOrderbook(
  symbol,
  limitLevels = 0,
  timeStart,
  timeEnd = NULL,
  limit = 100
)

Arguments

limit

Examples

1
getHistoricalOrderbook(symbol = "BITSTAMP_SPOT_BTC_USD", timeStart = "2016-01-01T00:00:00", timeEnd = "2016-01-01T00:10:00", limitLevels = 1, limit = 25)

Ramshreyas/rcoinapi documentation built on Dec. 18, 2021, 9:52 a.m.