Skip to main content
GET
List Transfers

Authorizations

Authorization
string
header
required

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

status
enum<string> | null

Filter by transfer status.

Available options:
queued,
executing,
pending_bank_approval,
completed,
failed,
returned,
cancelled,
unknown
accountId
string<uuid> | null

Filter by source or internal destination account identifier.

createdAtFrom
string<date-time> | null

Inclusive lower bound for createdAt.

createdAtTo
string<date-time> | null

Exclusive upper bound for createdAt.

limit
integer
default:50

Maximum number of items to return.

Required range: 1 <= x <= 100
cursor
string | null

Opaque pagination cursor from a previous response.

Response

Successful Response

data
Transfer · object[]
required
pagination
Pagination · object
required
meta
Meta · object
required