v1

latestOpenAPI 3.0.02026-07-26166415635.8 KB
Rebalancing

List All Subscriptions

Lists subscriptions

get/v1/rebalancing/subscriptions

Query parameters

account_idstring

Any subscriptions for this account_id will be returned

portfolio_idstring

Portfolio ID

page_tokenstring

Pagination token

limitstring

Max number of subscriptions to return per page

Response

OK

next_page_tokenstring nullable required

Use this token in your next API call to paginate through the dataset and retrieve the next page of results. A null token indicates there are no more data to fetch.

Example response

{
  "next_page_token": "MTAwMA=="
}