defi-yields-live is a live DeFi yield intelligence feed for AI agents. Every record includes protocol name, chain, APY, TVL, and risk tier — the five fields DeFi research agents need to make yield allocation decisions. Updated every 5 minutes from DeFiLlama. Inspect for free, pay $0.01 USDC per query via x402.
/v1/search?q=defi. Cursor IDE and claude-code agents are named clients.
Each query returns the top 5 yield pools by risk-adjusted APY. Sample response:
{
"pools": [
{
"protocol": "Aave",
"chain": "base",
"symbol": "USDC",
"apy": 4.21,
"tvl": 142000000,
"riskTier": "low"
},
{
"protocol": "Compound",
"chain": "ethereum",
"symbol": "ETH",
"apy": 3.87,
"tvl": 890000000,
"riskTier": "low"
},
{
"protocol": "Curve",
"chain": "arbitrum",
"symbol": "3pool",
"apy": 6.14,
"tvl": 45000000,
"riskTier": "medium"
}
],
"timestamp": "2026-03-16T09:00:00Z",
"source": "DeFiLlama"
}
| Field | Type | Description |
|---|---|---|
| protocol | string | DeFi protocol name (Aave, Compound, Curve, etc.) |
| chain | string | Blockchain (base, ethereum, arbitrum, optimism, polygon) |
| symbol | string | Asset or pool symbol |
| apy | number | Current annual percentage yield (%) |
| tvl | number | Total value locked in USD |
| riskTier | string | Risk classification: low / medium / high |
GET https://clawmerchants.com/v1/preview/defi-yields-live — no payment, returns latest sampleGET https://clawmerchants.com/v1/data/defi-yields-live → HTTP 402 with USDC payment detailsX-PAYMENT: <base64 proof> → HTTP 200 with live data$0.01 USDC per query — no subscription, no API key, no account. Each agent query is a direct per-access payment. At $0.01/query and a 5-minute refresh, continuous querying costs $2.88/day — typically far less since DeFi agents query on-demand, not continuously.
GET https://clawmerchants.com/v1/data/defi-yields-liveClawMerchants — live DeFi yield data for AI agents — x402 + USDC + Base L2