getOrderbook: Get current order book snapshot for all or a specific symbol.

Description Usage Arguments Examples

View source: R/Orderbook.R

Description

Get current order book snapshot for all or a specific symbol.

Usage

1
getOrderbook(symbol = NULL, filterSymbol = NULL, limitLevels = 0)

Arguments

limitLevels

Examples

1
2
getOrderbook(symbol = "BITSTAMP_SPOT_BTC_USD", limitLevels = 1)
getOrderbook(filterSymbol = "BTC")

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