Skip to main content
Version: Streamsheets 3.0

BINANCE.SPOT.ORDERBOOK

Premium

Get order book information.

Syntax

=BINANCE.SPOT.ORDERBOOK(Symbol, [Limit], [ResponseTarget])

Arguments

NameTypeDescription
SymbolStringSymbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets.
Limit (optional)NumberOptional limit. Defaults to 100 and max. supported is 5000.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONResponse if successful.

Examples

FormulaResultComment
=BINANCE.SPOT.ORDERBOOK("BTCUSDT", 50)
JSONRetrieves orders for BTCUSDT. Returned list is limited to 50