Cancel HF order by clientOid
Cancel a single order by clientOid.
HTTP REQUEST
DELETE /api/v3/hf/margin/orders/client-order/{clientOid}?symbol={symbol}
Example
DELETE /api/v3/hf/margin/orders/client-order/6d539dc614db3?symbol=ETH-BTC
//Response
{
"code": "200000",
"data": {
"clientOid": "6d539dc614db3"
}
}
API KEY PERMISSIONS
This endpoint requires the Margin Trading permission.
REQUEST URL
This endpoint support Spot URL
REQUEST RATE LIMIT
Spot weight
:5
PARAMETERS
Param | Type | Mandatory | Description |
---|---|---|---|
clientOid | String | Yes | Path parameter, an identifier created by the client |
symbol | String | Yes | symbol, such as, ETH-BTC |
RESPONSES
Param | Description |
---|---|
clientOid | Identifier created by the client |