Account
Portfolio

Portfolio Accounts

In non-tiered account structures, returns a list of accounts for which the user can view position and account information. This endpoint must be called prior to calling other /portfolio endpoints for those accounts. For querying a list of accounts which the user can trade, see /iserver/accounts. For a list of subaccounts in tiered account structures (e.g. financial advisor or ibroker accounts) see /portfolio/subaccounts.

get/portfolio/accounts

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.