Skip to main content
GET
Get global claim feed v2

Authorizations

x-api-key
string
header
required

API key authentication. Provide your API key as the header value.

Query Parameters

limit
integer
default:100

Maximum number of events to return (1-100, default: 100)

Required range: 1 <= x <= 100
before
integer

Unix timestamp in seconds. Returns only events older than this, for pagination

Required range: x >= 1
minAmount
integer

Lower bound on the raw claimed amount, in the base units of the event's own mint

Required range: x >= 1
maxAmount
integer

Upper bound on the raw claimed amount, in the base units of the event's own mint

Required range: x >= 1
onlyFirstClaims
enum<string>

Return only each wallet's first claim per token

Available options:
true,
false

Response

Successfully retrieved the global claim feed

success
boolean
required
Example:

true

response
object