Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.ORDERBOOK

Premium

Get order book information.

Syntax

=BINANCE.FUTURE.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 500. Valid limits are: 5, 10, 20, 50, 100, 500, 1000.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONResponse if successful.

Examples

FormulaResultComment
=BINANCE.FUTURE.ORDERBOOK("BTCUSDT")
JSONRetrieves orders for specified symbol.