GET
/
redpacket
/
wallet
/
{address}
/
claims
curl --request GET \
  --url https://api-dex.chainstream.io/redpacket/wallet/{address}/claims \
  --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

Pagination cursor

Example:

"cursor_123"

limit
number

Number of records per page

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

20

direction
string

Sort direction

Example:

"desc"