market_order_book: Order book

market_order_bookR Documentation

Order book

Description

Exposes the GET /api/v3/depth endpoint.

Usage

market_order_book(symbol, side = NULL, limit = 100)

Arguments

symbol

Symbol.

side

Side of the trade: "BUY" or "SELL".

limit

Maximum number of records in result. Default is 100 and maximum is 5000.

Value

A data frame.

Examples

market_order_book("BTCUSDT")
market_order_book(c("BTCUSDT", "TRXUSDT"))

datawookie/binance documentation built on March 19, 2023, 11:01 p.m.