Skip to main content
GET
紅包 - 列表

授權

Authorization
string
header
必填

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

查詢參數

cursor
string

分頁游標

limit
integer<int64>

每頁結果數量

direction
enum<string>
預設值:next

分頁方向 Pagination direction

可用選項:
next,
prev
creator
string

建立者錢包地址

chain
enum<string>

紅包所在的區塊鏈網路 Supported blockchain chains

可用選項:
sol,
eth,
bsc

回應

200 - application/json

成功回應

Paginated red packets response

hasNextPage
boolean
必填

是否有下一頁

records
object[]
必填

紅包列表

total
integer<int64>
必填

紅包總數

endCursor
string | null

目前頁結束游標

startCursor
string | null

目前頁起始游標