BINANCE.FUTURE.ORDER
Premium
Check status of specified order.
Syntax
=BINANCE.FUTURE.ORDER(Symbol, [OrderId], [OrigClientOrderId], [ParametersJSON], [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
Symbol | String | Symbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets. |
OrderId (optional) | Number | ID of order to query. Either this parameter or OrigClientOrderId must be specified. |
OrigClientOrderId (optional) | String | ID of original client order. Either this parameter or OrderId must be specified. |
ParametersJSON (optional) | JSON | JSON which defines additional parameters as key value pairs. See binance api for supported parameters and their values. |
ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to. |
Return
Type | Description |
---|---|
JSON | Response if successful. |
Examples
Formula | Result | Comment |
---|---|---|
| JSON | Retrieves information about order with id 1917641. |