List transactions for a customer
List transactions for a customer. See GET /transactions for the
ordering, limit bounds, inclusive date-filter semantics, and cursor
pagination contract - all identical here but scoped to the customer.
Authorizations
Token from POST /auth/token
Path Parameters
Query Parameters
processing, completed, failed, cashPickupReady cryptoToCrypto, fiatToCrypto, cryptoToFiat Free-text search. Matches transaction id, customer id, or customer email.
Alias for search.
Filters to payments where ANY leg's underlying status is in the given set. See GET /transactions. Grouped read model only.
Response
The request has succeeded.
True when more rows exist beyond this page in the direction of travel (forward by default, backward when endingBefore was supplied).
Opaque cursor pointing at the last item in this page. Present when
data is non-empty. Pass as startingAfter to fetch the next page;
hasMore=false signals no more pages forward.
Opaque cursor pointing at the first item in this page. Present when
data is non-empty. Pass as endingBefore to page backward; when
this yields an empty response the client is at the start of the list.