List Transactions
Retrieves all transactions for the specified account with optional filtering.
Filter options:
- Date-based filtering: Use start_date, end_date, and timezone together
- Datetime-based filtering: Use start_datetime and end_datetime (timezone-aware, e.g., 2026-02-17T00:00:00Z)
- Cannot mix date and datetime filters
- Filter by transaction_type (CREDIT/DEBIT) and transaction_status (PENDING/POSTED)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
id_type
Type of the account id. Must be 'institution' or 'None'.
Allowed values:
start_date
end_date
start_datetime
end_datetime
transaction_type
Allowed values:
transaction_status
Allowed values:
page
page_size
timezone
Response
Successful Response
id
account_id
institution_id
amount
transacted_at
transaction_status
Allowed values:
is_interest_payment
transaction_type
Allowed values:
description
posted_at
institution_transaction_id