Accounts in scope
list_accountsList available IBKR accounts and identify the default account for API calls. Clarifies which accounts need explicit selection and which are paper trading accounts.
Instructions
List the IBKR accounts this server may use, and which one is the default.
Account-scoped tools use `default_account` when called without an account. If it is
null, the login manages several accounts and you must pass one explicitly. Paper
accounts start with D. Accounts outside the server's allowlist are only counted
(`other_managed_accounts`), never named, and cannot be used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accounts | Yes | ||
| default_account | No | Account used when none is given; None means pass one explicitly. | |
| other_managed_accounts | No | How many more accounts this login manages outside the allowlist. |