---
title: "Brokerage Accounts"
method: GET
path: "/iserver/accounts"
tags: ["Account"]
---

# Brokerage Accounts

`GET /iserver/accounts`

Returns a list of accounts the user has trading access to, their respective aliases and the currently selected account. Note this endpoint must be called before modifying an order or querying open orders.

## Response `200`

An array of accounts

- object
  - `accounts` string[] — Unique account id
  - `aliases` object — Account Id and its alias
  - `selectedAccount` string

---

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