yvUSD APR API
Real-time APR data for Yearn's yvUSD and LockedYvUSD vaults. Synced every 15 minutes.
Latest APRs
| Vault | Chain | APR | APY | Components |
|---|---|---|---|---|
yvUSD 0x696d...6987 | 1 | 4.68% | 4.79% | net_apr 4.68%(4.79% APY) |
LockedYvUSD 0xAaaF...9040 | 1 | 6.94% | 7.08% | base_net_apr 4.68%(4.79% APY)locker_bonus_apr 2.26%(2.29% APY) |
Endpoints
GET /api/aprsPrecomputed APR results from cacheGET /api/aprs/<address>APR for a single vault by addressGET /api/snapshotRaw strategy cacheGET /api/healthHealth check (Redis + data freshness)
Example
curl https://yvusd-api.yearn.fi/api/aprs
Example Response
{
"0x696d...": {
"name": "yvUSD",
"symbol": "yvUSD",
"address": "0x696d...",
"chain_id": 1,
"apr": 0.045,
"apy": 0.046,
"components": [
{ "label": "net_apr", "apr": 0.045, "apy": 0.046, "source": "onchain" }
]
}
}