cURL
curl --request GET \ --url https://public-api-v2.bags.fm/api/v1/token-launch/claim-stats \ --header 'x-api-key: <api-key>'
{ "success": true, "response": [ { "username": "<string>", "pfp": "<string>", "royaltyBps": 123, "isCreator": true, "wallet": "<string>", "totalClaimed": "<string>", "provider": "twitter", "providerUsername": "<string>" } ] }
Retrieve claim statistics for all fee claimers of a specific token, including total claimed amounts per user.
API key authentication. Provide your API key as the header value.
Public key of the token mint
Successfully retrieved token claim stats
true
Show child attributes