Skip to main content
GET
/
v2
/
airdrop
/
metrics
Get airdrop metrics
curl --request GET \
  --url https://api.kamino.finance/v2/airdrop/metrics
[
  {
    "totalAllocation": "1234.56789",
    "totalUsers": "1",
    "claimDate": "2025-03-01T12:00:00.000Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://kamino.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

source
string

Points source identifier

Examples:

"Season1"

"Season2"

"Season3"

"Season4"

Response

OK

totalAllocation
string
required

Total allocated amount across all users for this airdrop

Example:

"1234.56789"

totalUsers
string
required

Total number of unique users participating in the airdrop

Examples:

"0"

"1"

"100"

"-1"

claimDate
string<date-time>
required

Date when the airdrop claim becomes available or was executed

Example:

"2025-03-01T12:00:00.000Z"