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.69% | 4.80% | net_apr 4.69%(4.80% APY) |
LockedYvUSD 0xAaaF...9040 | 1 | 6.46% | 6.59% | base_net_apr 4.69%(4.80% APY)locker_bonus_apr 1.77%(1.79% 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" }
]
}
}