Query unexecuted(active) OCO orders
Query unexecuted (active) OCO orders
List active OCO orders not yet fully executed on collateral markets via the V4 API.
POST
Query unexecuted(active) OCO orders
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 OCO 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}}"