List Time Series
Returns an aggregated financial time series from the ledger: total amount and line count per period, optionally filtered by reporting category, grouping, or line category. The wallet is resolved from the caller’s auth context, or from account_id when given. External API keys are scoped to the net_activity reporting category.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Query Parameters
The stats resource to query. Currently only wallet is supported.
wallet Start of the date range (ISO 8601, e.g. 2025-01-01).
End of the date range (ISO 8601, e.g. 2025-12-31).
Period size for each data point. Defaults to month.
day, week, month The business or user account ID whose wallet should be queried. Defaults to the authenticated account.
Restricts the series to one reporting category. See the stats schema endpoint for valid values.
Filters to one or more groupings. See the stats schema endpoint for valid values.
Filters to one or more line categories. See the stats schema endpoint for valid values.
Filters to ledger lines denominated in this currency.
Converts amounts into this currency.
IANA timezone used for period boundaries (e.g. America/New_York). Defaults to UTC.

