Update AccountPUT
Update an existing trading account. Use this to change account-level properties such as status, group, or other account configuration.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Request Body
application/jsonRequiredgroupIdAccount group IDmaxLeverageMaximum leverage allowed for this accountFormat:
"uint64"maxNopMaximum number of open positions allowed for this accountFormat:
"double"statusTrade status, ENABLED, DISABLED or CLOSE_ONLYDefault:
"TRADE_STATUS_UNSPECIFIED"Value in: "TRADE_STATUS_UNSPECIFIED" | "TRADE_STATUS_FULL" | "TRADE_STATUS_CLOSE_ONLY" | "TRADE_STATUS_DISABLED" | "TRADE_STATUS_LONG_ONLY"dailyStatementWhether daily statement emails are enabled for this accountPath Parameters
accountIdRequiredstringRequired to identify the account to update
A successful response.