List card transactions
Retrieves a paginated list of card transactions for the authenticated account. Each entry’s id matches the transactionId field emitted on card financial event webhooks, so webhook deliveries and API rows can be reconciled directly. Returned in reverse chronological order by createdAt.
If both pagination parameters are not provided, a default of page 1 with size 100 is used. Max page size is 100. For post-settlement reconciliation against payment cycles, see /settlements.
Authorizations
Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"
Query Parameters
Inclusive lower bound on createdAt, format YYYY-MM-DD
Inclusive upper bound on createdAt, format YYYY-MM-DD
Page number
x >= 1Number of items per page
1 <= x <= 100Response
Paginated list of card transactions