Skip to main content
GET
/
klend
/
users
/
{pubkey}
/
rewards
Get user KLend rewards
curl --request GET \
  --url https://api.kamino.finance/klend/users/{pubkey}/rewards
{
  "avgBaseApy": "0.2",
  "avgBoostedApy": "0.2",
  "avgMaxApy": "0.2",
  "rewards": [
    {
      "depositReserve": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "borrowReserve": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "market": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "rewardMint": "VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd",
      "lastCalculated": "2023-12-25",
      "tokensEarned": "1234.56789",
      "tokensPerSecond": "1234.56789",
      "stakingBoost": "1234.56789",
      "effectiveStakingBoost": "1234.56789",
      "baseApy": "0.2",
      "boostedApy": "0.2",
      "maxApy": "0.2",
      "usdAmount": "1234.56789",
      "usdAmountBoosted": "1234.56789"
    }
  ]
}

Path Parameters

pubkey
string
required

Valid base58-encoded address

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"

Query Parameters

source
string

Points source identifier

Examples:

"Season1"

"Season2"

"Season3"

"Season4"

Response

OK

avgBaseApy
string
required

Weighted average Base Annual Percentage Yield for the user

Example:

"0.2"

avgBoostedApy
string
required

Weighted average Boosted Annual Percentage Yield for the user

Example:

"0.2"

avgMaxApy
string
required

Weighted average Max Annual Percentage Yield for the user

Example:

"0.2"

rewards
object[]
required

List of klend user reward metrics