Skip to main content
GET
/
yields
/
principal-tokens
Get principal token yields
curl --request GET \
  --url https://api.kamino.finance/yields/principal-tokens
[
  {
    "apy": "0.2",
    "tokenMint": "So11111111111111111111111111111111111111112"
  }
]

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

APY in decimal format (not percentage) represented as string. Multiply by 100 to get percentage (%) - 0.1 in API response is 10%.

Example:

"0.2"

tokenMint
string
required

Valid base58-encoded address of the token mint

Example:

"So11111111111111111111111111111111111111112"