Skip to main content
GET
/
v2
/
airdrop
/
users
/
{pubkey}
/
allocations
Get user airdrop allocations
curl --request GET \
  --url https://api.kamino.finance/v2/airdrop/users/{pubkey}/allocations
[
  {
    "quantity": "1234.56789",
    "name": "main"
  }
]

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.

Path Parameters

pubkey
string
required

Valid base58-encoded address of the user wallet

Example:

"AxqtG9SHDkZTLSWg81Sp7VqAzQpRqXtR9ziJ3VQAS8As"

Query Parameters

source
string

Points source identifier

Examples:

"Season1"

"Season2"

"Season3"

"Season4"

Response

OK

quantity
string
required

Quantity of tokens allocated to the user for the airdrop

Example:

"1234.56789"

name
string
required

Name of the airdrop allocation source

Example:

"main"