Learn R Programming

binancer (version 1.2.0)

binance_depth: 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

Run this code
# NOT RUN {
binance_depth('ETHUSDT')
binance_depth('ETHUSDT', limit = 1000)
# }

Run the code above in your browser using DataLab