Cancel Multiple Orders
This interface can batch cancel OCO orders through orderIds.
HTTP REQUEST
DELETE /api/v3/oco/orders
Example
DELETE /api/v3/oco/orders?symbol=FRM-USDT&orderIds=6572fdd7ed87a6000767c8cc,6572fdd65723280007deb5e0
{
"cancelledOrderIds": [
"vs9hqpbivcq5dcu2003o19ta",
"vs9hqpbivcq5dcu2003o19tb",
"vs9hqpbive99kfdj003ql1j2",
"vs9hqpbive99kfdj003ql1j3"
]
}
API KEY PERMISSIONS
This endpoint requires the General permission.
REQUEST URL
This endpoint support `Spot URL``
REQUEST RATE LIMIT
Spot weight
:3
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
orderIds | String | No | Specify the order number, there can be multiple orders, separated by commas. If not passed, all oco orders will be canceled by default. |
symbol | String | No | trading pair. If not passed, the oco orders of all symbols will be canceled by default. |
RESPONSES
Param | Description |
---|---|
cancelledOrderIds | Canceled order id list |