Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.ORDER.OPEN

Premium

Check status of an open order. NOTE: either orderId or origClientOrderId must be specified.

Syntax

=BINANCE.FUTURE.ORDER.OPEN(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 check. Either this parameter or OrigClientOrderId must be specified.
OrigClientOrderId (optional)StringID of original client order. Either this parameter or OrderId must be specified.
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.OPEN("BTCUSDT",1917641)
JSONRetrieves information about an open order with id 1917641.