Cancel All CM Open Orders(TRADE)
API Description
Cancel all active LIMIT orders on specific symbol
HTTP Request
DELETE /papi/v1/cm/allOpenOrders
Request Weight
1
Request Parameters
| Name | Type | Mandatory | Description | 
|---|---|---|---|
| symbol | STRING | YES | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES | 
Response Example
{
    "code": 200, 
    "msg": "The operation of cancel all open order is done."
}