binance_depth {binancer}R Documentation

Get orderbook depth data from Binance

Description

Get orderbook depth data from Binance

Usage

binance_depth(symbol, limit)

Arguments

symbol

string

limit

int optional

Value

data.table

Examples

## Not run: 
binance_depth('ETHUSDT')
binance_depth('ETHUSDT', limit = 1000)

## End(Not run)

[Package binancer version 1.2.0 Index]