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 | 7.58% | 7.87% | net_apr 7.58%(7.87% APY) |
LockedYvUSD 0xAaaF...9040 | 1 | 47.31% | 60.15% | base_net_apr 7.58%(7.87% APY)locker_bonus_apr 39.73%(48.55% 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" }
]
}
}