Skip to main content
GET

授权

x-auth-token
string
header
必填

由 UQPAY 提供的登录 API Token。

查询参数

page_number
integer
默认值:1

要查询的页码。

必填范围: 1 <= x <= 1000000
page_size
integer
默认值:10

每页返回的最大条目数。

必填范围: 1 <= x <= 100
asset_id
string<uuid>

List assets 返回的资产标识。

symbol
string

按资产代码筛选。

Maximum string length: 32
order_id
string<uuid>

创建或查询订单列表时返回的订单标识。

from
string<date-time>

变动发生时间范围的起点(包含);同时提供时,from 必须早于 to。

to
string<date-time>

变动发生时间范围的终点(不包含);同时提供时,from 必须早于 to。

响应

成功

data
object[]
必填

本页记录。空数组可能表示没有匹配记录或页码超出结果范围。

total_pages
integer<int64>
必填

按请求的每页条数计算的结果总页数。

必填范围: x >= 0
示例:

1

total_items
integer<int64>
必填

所有页中符合筛选条件的记录总数。

必填范围: x >= 0
示例:

1