get_crypto_synced_balance_history
Retrieve monthly balance history for a synced crypto holding using its account ID and ticker symbol. Gain insights into past crypto balances for tracking and analysis.
Instructions
Get monthly balance history for a synced crypto holding, identified by its account id and ticker symbol. Synced crypto is scoped per symbol, so it is not available through get_account_balance_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol of the holding within the account (e.g. eth). | |
| end_month | No | Optional last month of the range, inclusive, as YYYY-MM (e.g. 2026-03). Must not be earlier than start_month and must not be in the future. For a single month, use the same value as start_month. | |
| account_id | Yes | Id of the synced crypto account. | |
| start_month | No | Optional first month of the range, inclusive, as YYYY-MM (e.g. 2026-01). Must not be in the future. If set, end_month is also required. A full date such as 2026-01-01 is invalid. |