List Transfers
transfers
List Transfers
GET /v1/transfers
List transfers for the authenticated organization ordered by createdAt desc, id desc.
GET
List Transfers
Documentation Index
Fetch the complete documentation index at: https://docs.waycore.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.
Query Parameters
Filter by transfer status.
Available options:
queued, executing, pending_bank_approval, completed, failed, returned, cancelled, unknown Filter by source or internal destination account identifier.
Inclusive lower bound for createdAt.
Exclusive upper bound for createdAt.
Maximum number of items to return.
Required range:
1 <= x <= 100Opaque pagination cursor from a previous response.