How Vault APY Is Calculated
Vault APY is a blended rate based on the reserves the vault’s capital is deployed across.| Reserve | Allocation | APY |
|---|---|---|
| USDC Main Market | 60% | 8% |
| USDC JLP Market | 40% | 12% |
- API
- SDK
Fetch All Vaults
Retrieve the list of all available vaults on Kamino.The
/kvaults/vaults endpoint returns all vaults with basic information including vault addresses, token mints, and strategies.Get APY for Each Vault
Fetch APY metrics for all vaults in parallel using the vault public keys.The
/kvaults/vaults/{pubkey}/metrics endpoint returns historical APY data across multiple timeframes (7-day, 24-hour, 30-day, 90-day, 180-day, 365-day).You now have APY data for all vaults across multiple timeframes.
Related Resources
Lending Vaults Concepts
Learn how vaults work under the hood
Vault Data
Query vault metrics and positions
Benchmark Rate
Compare vault yields to market baseline
Earn Deposit
Deposit into vaults via API