Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.TRADES

Premium

Get recent market trades information.

Syntax

=BINANCE.FUTURE.TRADES(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 and max. supported is 1000.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONResponse if successful.

Examples

FormulaResultComment
=BINANCE.FUTURE.TRADES("BTCUSDT", 10)
JSONRetrieves market trades for BTCUSDT. Returned list is limited to 10.