Cancel conditional order
Cancel conditional order
Cancel an active conditional order on a collateral trading market via the WhiteBIT V4 API.
POST
Cancel conditional order
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
Market of the conditional order to cancel. Example: BTC_USDT
Example:
"BTC_USDT"
Conditional order identifier. Obtain from the query unexecuted conditional orders endpoint.
Example:
117703764514
Example:
"{{request}}"
Example:
"{{nonce}}"
Response
Order cancelled