Skip to main content
GET
Export transactions

Authorizations

Authorization
string
header
required

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

Headers

x-api-key
string | null

Query Parameters

format
enum<string>
default:csv
Available options:
csv,
xlsx,
pdf
scope
enum<string> | null

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

Available options:
all,
bank,
fiat,
crypto
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
asOf
string<date> | null

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

hasInvoice
boolean | null

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

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