List All Transactions
Cursor-paginated list of transactions across every funding account you hold. Filter by currency, type, or time range as needed.
limit and
cursor are honored — any additional query parameters are silently
ignored. To narrow results by currency, call
GET /v1/accounts/{currency}/transactions.
For other filters (type, time range), filter client-side on the returned
MerchantTransaction objects until server-side filtering ships.Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Query Parameters
Items per page. Maximum 100.
1 <= x <= 100Opaque cursor returned by a previous list response. Omit for the first page.
ISO 4217 three-letter currency code.
^[A-Z]{3}$"USD"
Transaction type — credit, debit, fee, fx, etc.
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"
RFC 3339 / ISO 8601 timestamp in UTC.
"2026-04-15T14:30:00Z"