Skip to main content
GET
/
users
/
{pubkey}
/
staking-boosts
Get user staking boosts
curl --request GET \
  --url https://api.kamino.finance/users/{pubkey}/staking-boosts
[
  {
    "boost": "1234.56789",
    "name": "staking_boost",
    "farm": "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

boost
string
required

Boost multiplier value for the staking position in decimal format (multiply by 100 to get percentage %)

Example:

"1234.56789"

name
string
required

Staking boost source name

Example:

"staking_boost"

farm
string

Optional farm identifier associated with the boost

Example:

"VEG1EMtttdHunMbSza8uoms1R18VXmYSph2bBpHcSJd"