Skip to main content
Applicable for batch order cancellation under a particular contract

Request URL

POST https://cloud-api.wooxpro.com/contract/private/cancel-orders

Request Limit

See Detailed Rate Limit

Request Parameter

Request
curl 
 -H 'X-API-KEY:{{AccessKey}}'
 -H 'X-API-TIMESTAMP:{{currentTime}}'
 -H 'X-API-SIGN:{{SIGN}}' 
 -X POST -d '{
  "symbol":"ETHUSDT"
}'
https://cloud-api.wooxpro.com/contract/private/cancel-orders
FieldTypeRequired?Description
symbolStringYesSymbol of the contract(like BTCUSDT)

Response Data

If code value is 1000, it means the order cancellation is successfully submitted, cancellation results will be pushed by websocket service.
Response
{
  "code": 1000,
  "trace": "0cc6f4c4-8b8c-4253-8e90-8d3195aa109c",
  "message": "Ok",
  "data": {
  }
}