Skip to main content
GET
/
season-rewards
/
users
/
{pubkey}
Get user season rewards
curl --request GET \
  --url https://api.kamino.finance/season-rewards/users/{pubkey}
{
  "wallet": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
  "totalRewards": {
    "amount": "1234.56789",
    "tokenMint": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"
  }
}

Path Parameters

pubkey
string
required

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Query Parameters

source
string

Rewards season (e.g. Season1, Season2)

Examples:

"Season1"

"Season2"

"Season3"

"Season4"

Response

OK

wallet
string
required

Wallet address of the user

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

totalRewards
object
required

Total combined season rewards from both KLend and KVault