Returns a cursor-paginated list of withdrawals for a specific wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Wallet ID
Opaque cursor from a prior response; pass it unchanged to fetch the next page (must be reused with the same filters and sort).
Maximum number of withdrawals to return in this response (smaller values reduce payload size and latency).
1 <= x <= 200Field to sort by (currently only createdAt is supported).
createdAt Sort direction for results; use desc for newest-first or asc for oldest-first.
asc, desc Filter results to withdrawals created at or after this ISO-8601 timestamp.
Filter withdrawals by status; repeat the parameter to match any of multiple statuses (OR semantics).
pending, processing, completed, failed, cancelled