Skip to main content
GET
/
v2
/
staking-yields
/
mean
Get mean staking yields
curl --request GET \
  --url https://api.kamino.finance/v2/staking-yields/mean
[
  {
    "apy": "0.2",
    "tokenMint": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"
  }
]

Response

OK

apy
string
required

Staking APY in decimal format for the token

Example:

"0.2"

tokenMint
string
required

Valid base58-encoded address of the liquid staking token mint

Example:

"J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn"