Skip to main content

Cancel limit order (USER_DATA)

API Description

Enable users to cancel a limit order

HTTP Request

POST /sapi/v1/convert/limit/cancelOrder

Request Weight

200(UID)

Request Parameters

NameTypeMandatoryDescription
orderIdLONGYESThe orderId from placeOrder api
recvWindowLONGNO
timestampLONGYES

Response Example

{
"orderId": 1603680255057330400,
"status": "CANCELED"
}