跳转到主要内容
GET
红包 - 按地址查红包

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

address
string
必填

钱包地址

查询参数

cursor
string

分页游标

limit
integer<int64>

每页结果数量

direction
enum<string>
默认值:next

分页方向 Pagination direction

可用选项:
next,
prev

响应

200 - application/json

成功响应

Paginated red packets response

hasNextPage
boolean
必填

是否有下一页

records
object[]
必填

红包列表

total
integer<int64>
必填

红包总数

endCursor
string | null

当前页结束游标

startCursor
string | null

当前页起始游标