Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Pagination cursor
Example:
"cursor_123"
Number of records per page
Required range:
1 <= x <= 100Example:
20
Sort direction
Example:
"desc"
Creator wallet address of the red packet
Example:
"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"
Blockchain network
Available options:
sol, base, bsc, polygon, arbitrum, optimism, avalanche, ethereum, zksync, sui Example:
"sol"
Response
200 - application/json
Total number of items
Example:
100
Indicates if there are more results
Example:
true
Cursor for first item in current page
Example:
"cursor_123"
Cursor for last item in current page
Example:
"cursor_456"
Array of red packets

