Agent402 DeFi Protocols Lookup is a paid API for AI agents from agent402.tools, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Returns ranked DeFi protocol data (TVL, market cap, chains, category) filtered by chain, category, TVL, or name, sourced from DefiLlama.
DeFi protocols ranked by total value locked, filterable by category, chain or name, each with rank, chains, TVL, 1h, 1d and 7d change, market cap and the market cap to TVL ratio. Use it when an agent needs the league table of protocols or wants to find the largest lending, DEX or staking venues on a chain.
A JSON object containing the count of returned protocols, total TVL, applied filters, fetch timestamp, and an array of protocol objects each with name, slug, rank, TVL in USD, mcap/TVL ratio, market cap, supported chains, category, chain count, and 1h/1d/7d TVL percentage changes.
POSThttps://agent402.tools/api/defi-protocolsUse this endpoint when you need live, ranked DeFi protocol data filtered by chain, category, or TVL threshold — especially when building DeFi dashboards, agent workflows that select protocols by criteria, or research tasks comparing protocol metrics. Prefer this over manual DefiLlama API calls when you want a pay-per-call, no-auth-key approach with structured filtering built in.
| Field | Type | Description |
|---|---|---|
| chain | string | Chain filter as DefiLlama names it (Ethereum, Base, Solana, Arbitrum...). Rows are then ranked by TVL on that chain. |
| limit | number | Rows to return (default 25, max 100). |
| search | string | Name/slug substring filter (case-insensitive). |
| category | string | Category filter (Lending, Dexs, Liquid Staking, Restaking, CDP, Yield, Derivatives, Bridge, RWA, CEX...). Case-insensitive exact match. |
| minTvlUsd | number | Minimum TVL in USD. |
| includeCex | boolean | Include centralized-exchange reserve rows (default false). |
{
"type": "json",
"example": {
"count": 1,
"cached": true,
"source": "defillama-protocols",
"filters": {
"chain": null,
"search": null,
"category": "Lending",
"minTvlUsd": null,
"includeCex": false
},
"matched": 600,
"fetchedAt": "2026-08-22T12:00:00.000Z",
"protocols": [
{
"name": "Aave V3",
"rank": 3,
"slug": "aave-v3",
"chains": [
"Ethereum",
"Base",
"Arbitrum"
],
"symbol": "AAVE",
"tvlUsd": 17023522168,
"mcapTvl": 0.188,
"mcapUsd": 3200000000,
"category": "Lending",
"chainCount": 21,
"change1dPct": 0.8,
"change1hPct": 0.02,
"change7dPct": 2.4,
"parentProtocol": "aave"
}
],
"totalTvlUsd": 48000000000
}
}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"