Overview
Base yield API / best APY on Base / DeFi yield aggregator / stablecoin yield finder / lending APY / LP yield. Quality-filtered live yields across Base lending markets (Morpho, Moonwell — no impermanent-loss risk) and DEX LP pools, with a best-per-asset recommendation and per-pool risk scoring. For AI agents, yield optimizers, and treasury bots allocating capital on Base.
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/defi
Provider
base-intel-api
Indexed
2026-05-30 05:23:05
Health
Status
healthy
Latency (p50)
106ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-07-21 14:10:38
Last Healthy
2026-07-21 14:10:38
Consecutive Failures
0
Output Schema
{
"properties": {
"bestByAsset": {
"properties": {
"USDC": {
"properties": {
"apy": {
"type": "number"
},
"pool": {
"type": "string"
},
"protocol": {
"type": "string"
},
"recommendation": {
"type": "string"
},
"tvlUsd": {
"type": "number"
}
},
"type": "object"
}
},
"type": "object"
},
"chain": {
"type": "string"
},
"lending": {
"items": {
"properties": {
"apy": {
"type": "number"
},
"ilRisk": {
"type": "string"
},
"pool": {
"type": "string"
},
"protocol": {
"type": "string"
},
"riskScore": {
"type": "number"
},
"tvlUsd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"lp": {
"items": {
"properties": {
"apy": {
"type": "number"
},
"ilRisk": {
"type": "string"
},
"pool": {
"type": "string"
},
"protocol": {
"type": "string"
},
"riskScore": {
"type": "number"
},
"tvlUsd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"timestamp": {
"type": "string"
}
},
"type": "object"
}