read.account.history
Retrieve historical collateral and debt values for an Arcadia Finance account to analyze performance trends over time.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_address | Yes | Arcadia account address | |
| days | No | Number of days of history (default 14) | |
| chain_id | No | Chain ID: 8453 (Base) or 130 (Unichain) |