Skip to main content

Cancel UM Conditional Order(TRADE)

API Description

Cancel UM Conditional Order

HTTP Request

DELETE /papi/v1/um/conditional/order

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGYES
strategyIdLONGNO
newClientStrategyIdSTRINGNO
recvWindowLONGNO
timestampLONGYES
  • Either strategyId or newClientStrategyId must be sent.

Response Example

{
"newClientStrategyId": "myOrder1",
"strategyId":123445,
"strategyStatus":"CANCELED",
"strategyType": "TRAILING_STOP_MARKET",
"origQty": "11",
"price": "0",
"reduceOnly": false,
"side": "BUY",
"positionSide": "SHORT",
"stopPrice": "9300", // please ignore when order type is TRAILING_STOP_MARKET
"symbol": "BTCUSDT",
"timeInForce": "GTC",
"activatePrice": "9020", // activation price, only return with TRAILING_STOP_MARKET order
"priceRate": "0.3", // callback rate, only return with TRAILING_STOP_MARKET order
"bookTime": 1566818724710,
"updateTime": 1566818724722,
"workingType":"CONTRACT_PRICE",
"priceProtect": false,
"selfTradePreventionMode": "NONE", //self trading preventation mode
"goodTillDate": 0,
"priceMatch": "NONE"
}