Get list of transfers
GET {{url}}/api/v1/transfers
Request Params
Key | Datatype | Required | Description |
---|
currency | null | | Currency (3-letter ISO-4217 code) |
destination | null | | Airwallex account ID |
from_created_at | null | | The start date of created_at in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0. |
page_size | null | | Number of results per page. Default value is 100., minimum 10, maximum 2000 |
request_id | null | | Transfer request_id |
status | null | | Status of the transfer. One of: NEW, SETTLED |
to_created_at | null | | The end date of created_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |