get_balance_history_data
Retrieve historical account balance data with USD and BTC values and deposit amounts over a specified time range.
Instructions
Get account balance history over time.
Args: date_from: Start date in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.sssZ) account_id: Account ID (integer) or 'summary' for aggregated data date_to: End date in ISO 8601 format (optional) response_filter: Response detail level ("full" or "display")
Returns: Balance history data with timestamps, USD/BTC values, and deposit amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | Yes | ||
| account_id | No | summary | |
| date_to | No | ||
| response_filter | No | display |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||