Get Global Claim Feed v2
Retrieve the feed of fee-claim events across all tokens, newest first.
Each event carries the mint the amount was claimed in, that mint’s decimals, and a read-time USD value. v2 covers all three claim sources — bonding-curve claims, fee-share v2 claims, and DAMM v2 direct custody claims — so events denominated in a pool’s quote mint rather than SOL are included.
Page backwards by passing the last event’s timestamp as before; hasMore reports whether older events exist. Forced claims are excluded from this feed.
Authorizations
API key authentication. Provide your API key as the header value.
Query Parameters
Maximum number of events to return (1-100, default: 100)
1 <= x <= 100Unix timestamp in seconds. Returns only events older than this, for pagination
x >= 1Lower bound on the raw claimed amount, in the base units of the event's own mint
x >= 1Upper bound on the raw claimed amount, in the base units of the event's own mint
x >= 1Return only each wallet's first claim per token
true, false 