API Dokumentation
post
/api/v1/Trade/positions/close-allCloses all open (non-zero) positions on the account.
Trade
Parameter
version
path · string
Erforderlich
Anforderungstext
{
"accountId": 0,
"instrument": "string"
}Antworten
- 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." }