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
Name | Type | Mandatory | Description |
---|---|---|---|
orderId | LONG | YES | The orderId from placeOrder api |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Response Example
{
"orderId": 1603680255057330400,
"status": "CANCELED"
}