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