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

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.

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"