Get user transactions
Get latest user transactions sorted by time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
1 <= x <= 200x >= 0Field to sort the transaction list by.
date, amount Sort direction.
asc, desc 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
Unified transaction list response.
Aggregate volumes and counts over the filtered transaction set.
Computed without LIMIT/OFFSET — represents the entire filtered scope, not just the current page. Returned only on the first page (offset=0); subsequent pages omit it since it doesn't change with pagination.