Skip to main content

Cancel UM Order(TRADE)

API Description#

Cancel an active UM LIMIT order

HTTP Request#

DELETE /papi/v1/um/order

Request Weight#

1

Request Parameters#

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

Response Example#

{    "avgPrice": "0.00000",    "clientOrderId": "myOrder1",    "cumQty": "0",    "cumQuote": "0",    "executedQty": "0",    "orderId": 4611875134427365377,    "origQty": "0.40",    "price": "0",    "reduceOnly": false,    "side": "BUY",    "positionSide": "SHORT",    "status": "CANCELED",    "symbol": "BTCUSDT",    "timeInForce": "GTC",    "type": "LIMIT",    "updateTime": 1571110484038}