async

The calculation of rebalancings might take some seconds depending on how many assets are involved. Therefore all rebalancing endpoints have the option to calculate them async. If async is set to true you receive an id for your rebalancing and you can then periodically fetch the progress of the rebalancing. If its done, percent will have the value 100 and you will also receive the rebalancing.

/rebalancing/calculation-progress/{id}

Fetch the current progress or receive the final rebalancing if it's done.

/rebalancing/cancel/{id}

Cancel the calculation of a requested rebalancing.

Last updated