List Transfers
Transfers
List Transfers
Request a list of transfers, filtered by the specified criteria.
GET
List Transfers
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The API token for login provided by UQPay.
Query Parameters
The maximum number of items to return per page. Must be between 10 and 100, inclusive.
Required range:
1 <= x <= 100Example:
10
The page number to retrieve a specific set of items. Must be 1 or greater.
Required range:
x >= 1Example:
1
The start time of created_time in ISO8601 format (inclusive).
Example:
"2024-03-01T00:00:00+08:00"
The end time of created_time in ISO8601 format (inclusive).
Example:
"2024-03-01T00:00:00+08:00"
Indicates the current status of the transfer transaction. Valid values are:
completed: indicates that the transfer transaction has been successfully completed.failed: indicates that the transfer transaction has failed.
Available options:
completed, failed Example:
"completed"

