Cancel the current pending order
Type DELETE
Description: /v4/open-order
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | No | N/A | Trading pair, if not filled in, represents all | — |
bizType | string | Yes | N/A | Business type | SPOT, LEVER |
side | string | No | N/A | Order side | BUY, SELL |
Limit Flow Rules
- 10/s/apikey
- Note: The parameters should be placed in the request body in the form of JSON.
Response Example
Response
{
"rc": 0,
"mc": "string",
"ma": [{}],
"result": {}
}