Cancel Order by Client ID
DELETE
https://api.onetrading.com/fast/v1/account/orders/client/{client_id}
client_id
.Note
client_id
, only the most recent will be cancelled with this request. It is your responsibility to ensure uniqueness in your client_ids.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.onetrading.com/fast/v1/account/orders/client/'
Response Response Example
200 - Success
{
"order_id": "e4cc5059-b6dd-4e7e-9d22-2d3576333fab",
"client_id": "316d076d-76f7-49c6-beb1-7831e0f93a9e",
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"instrument_code": "SOL_EUR",
"time": "2024-11-14T15:56:37.417Z",
"side": "SELL",
"price": "150",
"amount": "1",
"type": "LIMIT",
"status": "CANCELLED"
}
Request
Path Params
client_id
string <uuid>
required