Triggering a rebalancing

To complete reallocation of the portfolio, you must trigger a rebalancing for that account.

   Trigger rebalancing for an account

POST /portfolios/rebalancings/executions.

Example request

{
    "accounts": [
        "eb5ba93f-5dfe-4bf1-8571-4daacaacc80c"
    ]
}

For more information on triggering a rebalancing, see the respective guide.

Was this page helpful?