Account
Portfolio

List of Sub-Accounts

Used in tiered account structures (such as Financial Advisor and IBroker Accounts) to return a list of up to 100 sub-accounts 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 more than 100 sub-accounts use /portfolio/subaccounts2. To query a list of accounts the user can trade, see /iserver/accounts.

get/portfolio/subaccounts

Response

An array

idstring

The account identification value

accountIdstring

The account number

accountVanstring

The accountAlias

accountTitlestring

Title of the account

displayName'accountTitle' | 'accountVan' | 'accountId'

Whichever value is not null in this priority

accountAliasstring

User customizable account alias. Refer to Configure Account Alias for details.

accountStatusnumber

When the account was opened in unix time.

currency'AUD' | 'GBP' | 'CAD' | 'CNH' | 'CZK' | 'DKK' | 'EUR' | 'HKD' | 'HUF' | 'INR' | 'ILS' | 'JPY' | 'MXN' | 'NOK' | 'NZD' | 'PLN' | 'RUB' | 'SGD' | 'SEK' | 'CHF' | 'USD'

Base currency of the account.

type'INDIVIDUAL' | 'JOINT' | 'ORG' | 'TRUST' | 'DEMO'

Account Type

tradingTypestring

UNI - Deprecated property

faclientboolean

If an account is a sub-account to a Financial Advisor.

clearingStatus'O' | 'P' | 'N' | 'A' | 'R' | 'C'

Status of the Account

  • O = Open
  • P or N = Pending
  • A = Abandoned
  • R = Rejected
  • C = Closed
covestorboolean

Is a Covestor Account

descstring

Formatted "accountId - accountAlias"

Example response

{
  "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.