API الوثائق
post
/api/v1/Trade/orders/cancelCancels a working order.
Trade
حدود
version
path · string
مطلوب
نص الطلب
{
"accountId": 0,
"orderId": 0
}استجابات
- 202Cancel accepted.application/json
{ "status": "accepted", "message": "Cancel accepted.", "orderId": 1001 } - 400Validation failed.application/json
{ "status": "rejected", "message": "orderId must be positive." }