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"
}
}
}