List Pix Transfers
Use this endpoint to list Pix Transfers with optional filters and pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Query Parameters
Maximum number of items per page.
1 <= x <= 100The number of items to skip before starting to collect the result set.
Sort direction: asc or desc.
asc, desc Filter by the Pix transfer end-to-end identifier.
Filter by the transfer status (PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED).
PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED Filter by transfer direction (CASHOUT or CASHIN).
CASHOUT, CASHIN Filter by records modified after this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).
Filter by records modified before this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).

