Skip to main content
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

目前頁起始游標