Skip to main content
Version: Streamsheets 3.0

BINANCE.SPOT.TRADES

Premium

Get trades information.

Syntax

=BINANCE.SPOT.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.SPOT.TRADES("BNBBTC")
JSONRequests trades information for "BNBBTC".