简体中文
查看红包的领取记录
cURL
curl --request GET \ --url https://api-dex.chainstream.io/redpacket/{id}/claims \ --header 'Authorization: Bearer <token>'
{ "total": 100, "hasNextPage": true, "startCursor": "cursor_123", "endCursor": "cursor_456", "records": [ { "packetId": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", "chain": "sol", "claimer": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", "mint": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", "amount": "1000000000", "claimedAt": 1717334400, "creator": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", "txHash": "123456" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
红包ID
"redpacket123"
分页游标
"cursor_123"
每页记录数
1 <= x <= 100
20
排序方向
"desc"
The response is of type object.
object
此页面对您有帮助吗?