x402 DeFi Intel - Lending Intelligence is a paid API for AI agents from cryptodefidataintel-production.up.railway.app, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).
Returns cross-chain DeFi lending market data including supply/borrow APYs, ranked by rate, filtered by asset, chain, and TVL
Crypto-agent toolkit: cross-chain DeFi intelligence + execution helpers + retrieval for agents. 16 endpoints: funding, open interest, long/short, token-safety, yield, prices, gas, tx-simulate, approval-check, bridge-quote, governance-search, lending, liquidations, protocol-search, swap-quote, token-resolve. Pay-per-call via x402.
Returns a JSON array of lending market entries with protocol name, chain, token symbol, supply APY, and borrow APY, plus a ranked insight string (e.g. 'Best supply rate: USDC on aave-v3 (Base)'), data sources (DeFiLlama), and a confidence score between 0 and 1.
GEThttps://cryptodefidataintel-production.up.railway.app/api/lending-intelUse this endpoint when an agent needs to compare DeFi lending and borrowing rates across protocols and chains, particularly when the user wants ranked, insight-annotated results with confidence scoring rather than raw data. Prefer over manual DeFiLlama scraping when you need structured, agent-ready output with a single pay-per-call model.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": [
{
"chain": "Base",
"symbol": "USDC",
"project": "aave-v3",
"borrowApy": 6.8,
"supplyApy": 5.2
}
],
"signal": "supply_rate_ranked",
"insight": "Best supply rate: USDC on aave-v3 (Base).",
"sources": [
"defillama"
],
"confidence": 0.8
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"