---
title: "Portfolio Accounts"
method: GET
path: "/portfolio/accounts"
tags: ["Account", "Portfolio"]
---

# Portfolio Accounts

`GET /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.

## Response `200`

An array

- Account[]
  - `id` string — The account identification value
  - `accountId` string — The account number
  - `accountVan` string — The accountAlias
  - `accountTitle` string — Title of the account
  - `displayName` 'accountTitle' | 'accountVan' | 'accountId' — Whichever value is not null in this priority
  - `accountAlias` string — User customizable account alias. Refer to [Configure Account Alias](https://guides.interactivebrokers.com/cp/cp.htm#am/settings/accountalias.htm) for details.
  - `accountStatus` number — 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
  - `tradingType` string — UNI - Deprecated property
  - `faclient` boolean — 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
  - `covestor` boolean — Is a Covestor Account
  - `parent` object
    - `mmc` string[]
    - `accountId` string — Account Number for Money Manager Client
    - `isMParent` boolean — Is MM a Parent Account
    - `isMChild` boolean — Is MM a Child Account
    - `isMultiplex` boolean — Is a Multiplex Account. These are account models with individual account being parent and managed account being child.
  - `desc` string — Formatted "accountId - accountAlias"

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
