GET /yields$0.005Base Yield Oracle
Best live yields on Base — quality-filtered lending (Morpho, Moonwell) and LP pools, with per-asset recommendations and risk scoring.
https://base-intel-api.jakemaxsigal.workers.dev/yieldsSample response
{
"timestamp": "2026-05-30T00:00:00.000Z",
"chain": "base",
"bestByAsset": {
"USDC": {
"protocol": "morpho-blue",
"pool": "USDC",
"apy": 6.42,
"tvlUsd": 12000000,
"recommendation": "safest"
}
},
"lending": [
{
"protocol": "moonwell",
"pool": "USDC",
"apy": 5.9,
"tvlUsd": 8000000,
"ilRisk": "no",
"riskScore": 0
}
],
"lp": [
{
"protocol": "aerodrome",
"pool": "WETH-USDC",
"apy": 18.3,
"tvlUsd": 4000000,
"ilRisk": "yes",
"riskScore": 60
}
]
}