Transaction volume breakdown over time
Volume + count grouped by tag or type, split into time buckets across the fromDate..toDate range. Granularity is auto-picked: >6 months → month, >30 days → week, otherwise day. Empty periods are returned as zero-filled buckets so the frontend gets a complete x-axis. Same filter set as /transactions and /transactions/breakdown. fromDate and toDate are required.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Group by tag or type
tag, type Comma-separated transaction types
Comma-separated tags
Comma-separated unified statuses
Comma-separated contact UUIDs
Comma-separated bank account UUIDs
Comma-separated bank account UUIDs
Comma-separated Card UUIDs
Free-text search across description, merchant, tag, hash/wallet, contact name, counterparty user, invoice contractor, IBAN, and exact amount. Min 2 chars; values shorter are ignored.
Response
Successful Response
Time-bucketed volume + count grouped by tag or type.
Granularity is auto-picked from the fromDate/toDate range: months for ranges longer than 6 months, weeks for >30 days, days otherwise. The response always includes every bucket in the range (zero-filled when empty) so the frontend gets a complete x-axis.