Paginated list of the account’s transfers, most-recent first.
Returns every transfer the account has initiated — deposit funding, venue drains, and external withdrawals — in one list. Filters:Documentation Index
Fetch the complete documentation index at: https://docs.predexon.com/llms.txt
Use this file to discover all available pages before exploring further.
?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.Filter on the partner-facing status enum. pending matches in-flight and in-recovery transfers; failed matches both fail states.
pending, completed, failed Filter by source wallet.
Filter by destination wallet.
in — external→deposit. out — deposit→external. internal — between deposit and venues.
in, out, internal x <= 200