GET
/
redpacket
/
wallet
/
{address}
/
redpackets
curl --request GET \
  --url https://api-dex.chainstream.io/redpacket/wallet/{address}/redpackets \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

address
string
required

Query Parameters

cursor
string

分页游标

Example:

"cursor_123"

limit
number

每页记录数

Required range: 1 <= x <= 100
Example:

20

direction
string

排序方向

Example:

"desc"