Account
Portfolio

List of Sub-Accounts (Large Accounts)

Used in tiered account structures (such as Financial Advisor and IBroker Accounts) to return a list of sub-accounts, paginated up to 20 accounts per page, for which the user can view position and account-related information. This endpoint must be called prior to calling other /portfolio endpoints for those sub-accounts. If you have less than 100 sub-accounts use /portfolio/subaccounts. To query a list of accounts the user can trade, see /iserver/accounts.

get/portfolio/subaccounts2

Path parameters

pagestring required

Response

An object containing an array

Example response

{
  "subaccounts": [
    {
      "accountId": "U12345678 for Individual Live Accounts, DU12345678 for Individual Paper Accounts"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.