List Transfers
Transfers
List Transfers
List transfers for an account, newest first, with filters
GET
List Transfers
Returns a paginated list of transfers for the account, newest first.
virtual_account_id has the highest priority among the virtual-account filters — when set, from_virtual_account_id and to_virtual_account_id are ignored.Path Parameters
string
required
Account id.
Query Parameters
int
Page number. Default 1, minimum 1.
int
Page size. Default 20, range 1–100.
TransferStatus | null
Filter by status:
pending | completed | failed.Currency | null
Filter by transfer currency.
string | null
Filter by transfer id (
atx_…).string | null
Matches transfers where this virtual account is either the source or the destination. Highest priority — when set,
from_virtual_account_id and to_virtual_account_id are ignored.string | null
Exact match on the source side only. Ignored when
virtual_account_id is set.string | null
Exact match on the destination side only. Ignored when
virtual_account_id is set.Response
Returns200 with a paginated list of transfer objects (see Get Transfer for the object attributes).
array
Transfer objects in the current page.
integer
Current page number.
integer
Items per page.
integer
Total items across all pages.
integer
Total number of pages.