The Balance History response provides chronologically ordered data points tracking assets, liabilities, and net worth. Supports filtering by link, account, date range, and time period.Documentation Index
Fetch the complete documentation index at: https://help.mytruv.com/llms.txt
Use this file to discover all available pages before exploring further.
Response attributes
| Attribute | Type | Description |
|---|---|---|
| time_series | array of objects | Chronologically ordered data points |
| date_range | string | Date range code used for this query (e.g. 3M, 6M, 1Y) |
| start_date | string | Start date of the time series (YYYY-MM-DD) |
| end_date | string | End date of the time series (YYYY-MM-DD) |
Time series point attributes
| Attribute | Type | Description |
|---|---|---|
| date | string | Date of this data point (YYYY-MM-DD) |
| assets | string | Total asset balance |
| liabilities | string | Total liability balance |
| net_worth | string | Net worth (assets minus liabilities) |