Transactions

Export transactions

Export transactions as CSV or XLSX file.

get/api/v1/transactions/export

Query parameters

format'csv' | 'xlsx' | 'pdf'
scope'all' | 'bank' | 'fiat' | 'crypto'

Statement scope: all, one bank account, fiat only, or crypto only. scope=bank requires one bankAccountId. Range uses fromDate/toDate.

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

{"stackTrail":"paths:/api/v1/transactions/export:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes