Skip to main content
Cancel conditional order

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
market
string
required

Market of the conditional order to cancel. Example: BTC_USDT

Example:

"BTC_USDT"

id
integer
required

Conditional order identifier. Obtain from the query unexecuted conditional orders endpoint.

Example:

117703764514

request
string
required
Example:

"{{request}}"

nonce
integer
required
Example:

1594297865000

Response

Order cancelled