List Transfers
Funding & Transfers
List Transfers
Paginated list of the account’s transfers, most-recent first.
GET
List Transfers
Returns every transfer the account has initiated - deposit funding, venue drains, and external withdrawals - in one list. Filters:
?status=pending|completed|failed, ?from=<wallet>, ?to=<wallet>, ?direction=in|out|internal (in = external→deposit, out = deposit→external, internal = between deposit and venues). Paginate with ?cursor=<nextCursor>.
pending matches in-flight transfers and transfers in active recovery (substatus: "recoveryInProgress"). failed matches both fail states (substatus: "escalated" and bare failures).
Each item is the same envelope returned by Create Transfer and Get Transfer - single source of truth for transfer state.Authorizations
Path Parameters
Query Parameters
Filter on the partner-facing status enum. pending matches in-flight and in-recovery transfers; failed matches both fail states.
Available options:
pending, completed, failed Filter by source wallet.
Filter by destination wallet.
in — external→deposit. out — deposit→external. internal — between deposit and venues.
Available options:
in, out, internal Required range:
x <= 200