upsert_crypto_synced_balance_history
Update monthly balance history for a synced crypto holding, submitting balances for past months. The operation is all-or-nothing, so any invalid entry cancels the entire update.
Instructions
Create or update monthly balance history entries for a synced crypto holding. Every month must be a past calendar month. If an entry sets symbol, it must match the symbol argument. The request is all-or-nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker symbol of the holding within the account (e.g. eth). | |
| balances | Yes | One or more monthly balance entries to create or update. If any entry fails validation the entire request is rejected and nothing is updated. | |
| account_id | Yes | Id of the synced crypto account. |