Query unexecuted(active) conditional orders
Query unexecuted (active) conditional orders
List active conditional orders not yet triggered on collateral markets via the V4 API.
POST
Query unexecuted(active) conditional orders
The
reduceOnly response field documented on this page is coming soon. The documentation is published in advance for integration planning. The field is not yet returned by the API. See Reduce-only orders for details.Authorizations
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Body
application/json
Filter by specific market. Example: BTC_USDT
If not specified, returns conditional orders for all markets.
Example:
"BTC_USDT"
Number of records to skip for pagination.
Example:
0
Maximum number of records to return per page.
Example:
100
Example:
"{{request}}"
Example:
"{{nonce}}"
Response
Successful response - returns paginated conditional orders (OCO and OTO types)