read.account.history
Retrieve historical collateral, debt, and net value for an Arcadia account as time-series snapshots. Track account performance over a specified period for charting and analysis.
Instructions
Get historical collateral and debt values for an Arcadia account over time. Returns a time series of snapshots (timestamp, collateral_value, debt_value, net_value). Each value is the account's net value in USD (human-readable, not raw units). Useful for charting account performance over a period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days of history (default 14) | |
| chain_id | No | Chain ID: 8453 (Base), 130 (Unichain), or 10 (Optimism) | |
| account_address | Yes | Arcadia account address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history | Yes |