Skip to main content
GET
Get user transactions

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0
sortBy
enum<string>
default:date

Field to sort the transaction list by.

Available options:
date,
amount
sortOrder
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
type
string | null

Comma-separated transaction types

incomeOnly
boolean | null
tag
string | null

Comma-separated tags

status
string | null

Comma-separated unified statuses

contactId
string | null

Comma-separated contact UUIDs

bank_account_id
string | null

Comma-separated bank account UUIDs

bankAccountId
string | null

Comma-separated bank account UUIDs

cardId
string | null

Comma-separated Card UUIDs

fromDate
string<date-time> | null
toDate
string<date-time> | null
q
string | null

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.

transactions
UnifiedTransactionItem · object[]
required
summary
TransactionSummary · object | null

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.