get_account
Retrieve a single Schwab account's balances and optionally current positions using the account number.
Instructions
Get one Schwab account's details (balances, and optionally positions).
Args: account_number: The plain Schwab account number as shown to the user (not the internal account hash). include_positions: If True, also include the account's current positions.
Returns: A single account detail object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_number | Yes | ||
| include_positions | No |