Cancel the current pending order
DELETE: /v1/spot/open-order
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | false | Trading pair, if not filled in, represents all | ||
bizType | enum | false | SPOT, LEVER | ||
side | enum | false | BUY,SELL | ||
mode | enum | false | CMD, ITERATOR |
Limit Flow Rules
10/s/apikey
Note: The parameters should be placed in the request body in the form of json
Response
{
"code": 200,
"msg": "string",
"msgInfo": [
{}
],
"data": {}
}