AgentBit DeFi Protocol Screener is a paid API for AI agents from agentbit.app, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).
Returns TVL, 1-day and 7-day change, category, chains, and website for any DeFi protocol — search by name or screen the entire universe filtered by category and chain, ranked by TVL.
DeFi protocol fundamentals in one call: current TVL, 1-day and 7-day change, category, chains and website for any protocol — search by name, or screen the whole universe by category and chain ranked by TVL. Open DefiLlama data, refreshed server-side every 15 minutes.
A JSON array of protocols, each with name, slug, category, TVL in USD, 1-day and 7-day percentage TVL change, list of chains deployed on, and official website URL. Also returns total result count and universe size (total protocols tracked, ~3,900).
POSThttps://agentbit.app/v1/defi/protocolChoose this endpoint when you need quick DeFi protocol fundamentals (TVL, trend, chains, category) without building a DefiLlama integration yourself. Ideal for protocol due diligence, market screening, or comparing protocols within a category or chain. Prefer over direct DefiLlama API calls when you want server-side caching, a normalized JSON response, and pay-per-call pricing without API key management. Not suitable for real-time tick data or yield pool-level detail (use the sibling yield pool endpoint for that).
| Field | Type | Description |
|---|---|---|
| chain | string | Filter to protocols deployed on this chain, e.g. base |
| limit | integer | Max results (1-50, default 10) |
| category | string | Filter by category, e.g. lending, dexes, bridge |
| protocol | string | Protocol name or slug fragment, e.g. aave |
{
"type": "json",
"example": {
"protocols": [
{
"url": "https://aave.com",
"name": "AAVE V3",
"slug": "aave-v3",
"chains": [
"Ethereum",
"Base",
"Arbitrum"
],
"tvl_usd": 21500000000,
"category": "Lending",
"change_1d_percent": -0.42,
"change_7d_percent": 2.13
}
],
"result_count": 1,
"universe_size": 3900
}
}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"