Transactions

Get user transactions

Get latest user transactions sorted by time.

get/api/v1/transactions

Query parameters

limitinteger
offsetinteger
sortBy'date' | 'amount'

Field to sort the transaction list by.

sortOrder'asc' | 'desc'

Sort direction.

typestring nullable

Comma-separated transaction types

Comma-separated transaction types

incomeOnlyboolean nullable
tagstring nullable

Comma-separated tags

Comma-separated tags

statusstring nullable

Comma-separated unified statuses

Comma-separated unified statuses

contactIdstring nullable

Comma-separated contact UUIDs

Comma-separated contact UUIDs

bank_account_idstring nullable

Comma-separated bank account UUIDs

Comma-separated bank account UUIDs

bankAccountIdstring nullable

Comma-separated bank account UUIDs

Comma-separated bank account UUIDs

cardIdstring nullable

Comma-separated Card UUIDs

Comma-separated Card UUIDs

fromDatestring date-time nullable
toDatestring date-time nullable
asOfstring date nullable

Reporting-date cutoff (YYYY-MM-DD). Caps results at the end of that day; ignored when toDate is set.

Reporting-date cutoff (YYYY-MM-DD). Caps results at the end of that day; ignored when toDate is set.

hasInvoiceboolean nullable

True → only transactions linked to an invoice; False → only those without one; omitted → no filter.

True → only transactions linked to an invoice; False → only those without one; omitted → no filter.

qstring nullable

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.

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.

Headers

x-api-keystring nullable

Response

Successful Response

Changes