charts
Dashboard chart with category information.
This endpoint returns the data required to generate a chart with basic category information.
get/v1/chart/category/overview
Query parameters
startstring date required
A date formatted YYYY-MM-DD.
endstring date required
A date formatted YYYY-MM-DD.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Response
Line chart oriented chart information. Check out the model for more details. Each entry is a line (or bar) in the chart.
Example response
[
{
"label": "Checking account",
"currency_id": "5",
"currency_name": "Euro",
"currency_code": "EUR",
"currency_symbol": "$",
"currency_decimal_places": 2,
"primary_currency_id": "5",
"primary_currency_name": "Euro",
"primary_currency_code": "EUR",
"primary_currency_symbol": "$",
"primary_currency_decimal_places": 2,
"date": "2026-08-01T00:00:00+00:00",
"start_date": "2026-08-01T00:00:00+00:00",
"end_date": "2026-08-31T23:59:59+00:00",
"type": "line",
"period": "1M"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.