BINANCE.SPOT.ORDER.OPEN
Premium
Check status of an open order. NOTE: either orderId or origClientOrderId must be specified.
Syntax
=BINANCE.SPOT.ORDER.OPEN(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 check. 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 status information for open order of id 1. |