List Transfers
Transfers
List Transfers
Request a list of transfers, filtered by the specified criteria.
GET
List Transfers
授权
The API token for login provided by UQPay.
查询参数
The maximum number of items to return per page. Must be between 10 and 100, inclusive.
必填范围:
1 <= x <= 100示例:
10
The page number to retrieve a specific set of items. Must be 1 or greater.
必填范围:
x >= 1示例:
1
The start time of created_time in ISO8601 format (inclusive).
示例:
"2024-03-01T00:00:00+08:00"
The end time of created_time in ISO8601 format (inclusive).
示例:
"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.
可用选项:
completed, failed 示例:
"completed"

