10.10. Cancel Trade Order
[!NOTE|style:flat] Only Applicable to Limit Order.
Request
POST https://custody-example-url/custody/v1/api/projects/{b_id}/integrated/trade/limit-orders/cancel/{order_no}
Parameters
Filed | Type | Description |
---|---|---|
b_id | String | Business line ID |
order_no | String | Order ID |
Response
N/A
Response Example
{
"code": 0,
"data": "string",
"message": "string",
"successful": true
}