Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.ORDER.CANCEL

Premium

Cancle an active order. NOTE: either OrderId or OrigClientOrderId must be specified.

Syntax

=BINANCE.FUTURE.ORDER.CANCEL(Symbol, [OrderId], [OrigClientOrderId], [ParametersJSON], [ResponseTarget])

Arguments

NameTypeDescription
SymbolStringSymbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets.
OrderId (optional)NumberID of order to cancel.
OrigClientOrderId (optional)StringID of original client order.
ParametersJSON (optional)JSONJSON which defines additional parameters as key value pairs. See binance api for supported parameters and their values.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONResponse if successful.

Examples

FormulaResultComment
=BINANCE.FUTURE.ORDER.CANCEL("BTCUSDT","AnOrderId")
JSONCancels specified order.