Skip to main content
GET
List transfers for account
Returns the account’s transfers. Filter by accountRole (SENDER/RECEIVER) and status, and page with page/size (see Pagination). Concept guide: Transfers

Authorizations

Path Parameters

accountId
string<uuid>
required

Unique account identifier

Query Parameters

accountRole
enum<string>

Filter by the account's role in the transfer

Available options:
SENDER,
RECEIVER
status
enum<string>

Filter by transfer status Status of a transfer

Available options:
PENDING,
COMPLETED,
FAILED
sortOn
string
default:createdAt

Field to sort by

sortOrder
enum<string>
default:ASC

Sort direction

Available options:
ASC,
DESC
page
integer<int32>
default:1

Page number (1-based indexing)

Required range: x >= 1
size
integer<int32>
default:100

Number of items per page

Required range: x >= 1

Response

List of transfers

success
boolean

Indicates whether the request was successful

result
object[]
pagination
object

Pagination metadata (top-level sibling of result)