Skip to main content

Cancel CM Order(TRADE)

API Description#

Cancel an active LIMIT order

HTTP Request#

DELETE /papi/v1/cm/order

Request Weight#

1

Request Parameters#

NameTypeMandatoryDescription
symbolSTRINGYES
orderIdLONGNO
origClientOrderIdSTRINGNO
recvWindowLONGNO
timestampLONGYES
  • Either orderId or origClientOrderId must be sent.

Response Example#

{    "avgPrice": "0.0",    "clientOrderId": "myOrder1",    "cumQty": "0",    "cumBase": "0",    "executedQty": "0",    "orderId": 283194212,    "origQty": "2",    "price": "0",    "reduceOnly": false,    "side": "BUY",    "positionSide": "SHORT",      "status": "CANCELED",              "symbol": "BTCUSD_200925",    "pair": "BTCUSD",    "timeInForce": "GTC",    "type": "LIMIT",    "updateTime": 1571110484038,}