Create Run

Creates a rebalance run.

Omit weights or provide an empty array to create a subscription-driven run using the account's active subscription. Provide a non-empty weights array to create a manual one-off run. A manual run is rejected if the account already has an active subscription.

The determination of a run's orders and the execution of a run take place during normal market hours. Runs can be initiated outside normal market hours but remain QUEUED until normal market hours.

Only one run in a non-terminal status is allowed at any time.

Body Params
uuid
required

The account to create the run for.

string | number | null

Optional decimal amount used by the run. JSON strings and numbers are accepted.

string
enum
required

The kind of rebalance run to create.

Allowed:
weights
array of objects

Asset allocation weights. Omit this field or provide an empty array to use the account's active subscription. Provide a non-empty array to create a manual one-off run. A manual run is rejected if the account already has an active subscription.

weights
Response
200

OK

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!