List transactions for an account
Page through an account’s transactions, optionally filtered
by date range. Pending and posted are both included — check
the status field. New transactions land here after each
refresh (auto-daily or your manual POST /refresh call);
a future push-delivery event for transactions will be offered
for push consumers.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Query Parameters
The Client (cli_…) to scope the read to. Required on account,
transaction, and statement reads — LedgerSync's backend data APIs
are scoped per end-user, so these resources are resolved within a
single Client.
Opaque cursor returned by a previous list response.
Max items per page (1–100).
1 <= x <= 100Only include transactions on or after this date (RFC 3339, e.g. 2026-01-01).
Only include transactions before this date — upper bound is exclusive.
Response
A page of transactions, newest first.
