List brokerage accounts
tossinvest_list_accountsList reachable Toss Securities brokerage accounts to identify the account sequence needed for account-scoped actions. Returns account numbers and types, helping you choose the right account before trading.
Instructions
List the Toss Securities accounts reachable with the configured credentials.
Call this first when you do not know which account to act on. The 'accountSeq' in the response is what every account-scoped tool takes as 'account_seq'.
Args:
response_format ('markdown' | 'json'): default 'markdown'.
Returns { count, accounts: [{ accountNo, accountSeq, accountType }] }. Only BROKERAGE (종합매매) accounts are exposed today; child accounts are not usable. An empty list means the credentials have no brokerage account.
When exactly one account exists, other tools resolve it automatically, so you rarely need to pass account_seq by hand.
Rate limit: the ACCOUNT group allows only 1 request per second.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for a compact human-readable summary, 'json' for the complete raw payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| accounts | Yes |