Skip to main content
List transfers

Authorizations

X-API-Key
string
header
required

Your Swipelux API key. Obtain this from the Swipelux Dashboard.

Query Parameters

cursor
string
limit
integer
customerId
string
state
enum<string>

Filter by transfer state. Closed enum — exhaustive; additions would be a breaking change.

Available options:
awaiting_funds,
processing,
action_required,
completed,
failed,
canceled
method
string

Filter by movement method. Open enum — values are added over time; clients must tolerate unknown values.

direction
enum<string>

Filter by transfer direction. Closed enum — exhaustive; additions would be a breaking change.

Available options:
fiat_to_stablecoin,
stablecoin_to_fiat,
stablecoin_move
quoteId
string
externalId
string
origin
enum<string>

Filter by transfer origin. Open enum — values are added over time; clients must tolerate unknown values.

Available options:
quoted,
inbound_deposit
accountId
string

Match transfers whose source or destination is this account.

Pattern: ^acc_[a-zA-Z0-9]+$
createdAfter
string
createdBefore
string
updatedAfter
string<date-time>

Return only records updated at or after this RFC 3339 timestamp. Use it to recover from missed webhooks by replaying a window of changes.

Response

Transfers returned

data
object[]
required
nextCursor
string | null
required
hasMore
boolean
required