v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Subaccounts

Update an existing subaccount

Permissions required: Subaccount

Update a subaccount

patch/subaccounts/accounts/{subaccountId}

Path parameters

subaccountIdstring required

Unique Identifier for the subaccount

Request body

Example request

{
  "fees": [
    {
      "type": "ADVISORY",
      "rate": 0.01,
      "startDate": "2023-12-01"
    }
  ]
}

Response

Successfully updated the subaccount

Example response

{
  "data": {
    "subaccountId": "ec761b5e-fd2c-497a-a9a0-f8738ac97bdf"
  }
}