Cancell order
DELETE: /v1/spot/order/{orderId}
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
orderId | number | true |
Java
public String orderDel(){
}
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {
"cancelId": "6216559590087220004",
"orderId": "string",
"clientCancelId": "string"
}
}