跳转到主要内容
GET
List Withdraws

授权

x-auth-token
string
header
必填

UQPay 提供的用于登录的 API Token。

请求头

x-on-behalf-of
string

指定代表哪个子账户发起请求。应设置为 account_id,可通过 List Connected Accounts 接口获取。若省略或为空,则请求以主账户身份执行。 更多信息参见 Connected Accounts。

查询参数

page_num
integer
默认值:1

页码,默认 1

必填范围: x >= 1
page_size
integer
默认值:20

每页条数,默认 20

必填范围: x >= 1
currency
string

按币种筛选

network
string

按网络筛选

status
string

订单状态

start_time
string

按 create_time 筛选的起始时间(不含)。ISO 8601 格式。

示例:

"2024-03-01T00:00:00+08:00"

end_time
string

按 create_time 筛选的结束时间(不含)。ISO 8601 格式。

示例:

"2024-03-02T00:00:00+08:00"

响应

200 - application/json

成功获取提现列表

code
integer
必填
示例:

200

message
string
必填
示例:

"Success"

data
object
必填