API الوثائق
post
/api/v1/Trade/positions/close-allCloses all open (non-zero) positions on the account.
Trade
حدود
version
path · string
مطلوب
نص الطلب
{
"accountId": 0,
"instrument": "string"
}استجابات
- 202Close-all accepted.application/json
{ "status": "accepted", "message": "Close requested for 3 position(s).", "cancelledCount": 3 } - 400Validation failed.application/json
{ "status": "rejected", "message": "Request body is required." }