bags_get_token_claim_events
Retrieve the fee-claim audit trail for any token, showing who claimed, amounts, timestamps, and transaction signatures. Paginate through results using limit and offset.
Instructions
Get the fee-claim audit trail for a token: who claimed, how much, when, and the transaction signature. Paginated via limit/offset. Free read-only tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of events to return (default 100) | |
| offset | No | Pagination offset (default 0) | |
| tokenMint | Yes | The token mint address to get claim events for |