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

現在のページの開始カーソル