Cancel Stop Orders
Request via this interface to cancel a batch of stop orders.
HTTP REQUEST
DELETE /api/v1/stop-order/cancel
Example
DELETE /api/v1/stop-order/cancel?symbol=ETH-BTC&tradeType=TRADE&orderIds=5bd6e9286d99522a52e458de,5bd6e9286d99522a52e458df
{
"cancelledOrderIds": [
"vs8hoo8m4751f5np0032t7gk",
"vs8hoo8m4758qjjp0037mslk",
"vs8hoo8prp98qjjp0037q9gb",
"vs8hoo8prp91f5np00330k6p"
]
}
API KEY PERMISSIONS
This endpoint requires the Spot Trading or Margin Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:3
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
symbol | String | No | Cancel the open order for the specified symbol |
tradeType | String | No | The type of trading : TRADE(Spot), MARGIN_TRADE (Cross Margin), MARGIN_ISOLATED_TRADE (Isolated Margin). Default is TRADE |
orderIds | String | No | Comma seperated order IDs. |
RESPONSES
Param | Description |
---|---|
cancelledOrderIds | Unique ID of the cancelled order |