v57

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-07-2161198428.4 KB
Accounts

Patch Account By ID

Update account risk settings

patch/v1/accounts/{account_id}

Path parameters

account_idinteger required

Account identifier

Request body

Example request

{
  "risk": {
    "max_notional": "5000000.00"
  }
}

Response

Account updated successfully

Example response

{
  "error": {
    "code": 400,
    "message": "Order quantity must be greater than zero"
  },
  "data": {
    "risk": {
      "max_notional": "5000000.00"
    }
  }
}