Skip to main content
GET
Get token claim stats v4

Authorizations

x-api-key
string
header
required

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

Query Parameters

tokenMint
string

Public key of the token mint to aggregate claims for. Exactly one of tokenMint or wallet is required

wallet
string

Public key of the wallet to aggregate claims for, across every token it has claimed on. Exactly one of tokenMint or wallet is required

includeForceClaim
enum<string>
default:false

Include forced claims in the totals. Excluded by default

Available options:
true,
false
includeUser
enum<string>
default:false

Populate the user field on each row with the claimer's profile. Omitted by default

Available options:
true,
false

Response

Successfully retrieved token claim stats. Rows are sorted by totalClaimedUsd descending, with unpriced rows last

success
boolean
required
Example:

true

response
object[]