Top DeFi protocols ranked by total value locked (TVL) — name, category, chains,
Top DeFi protocols ranked by total value locked (TVL) — name, category, chains, 1d/7d TVL change, and mcap/TVL ratio as JSON. Filterable by chain and category. Use for: DeFi market share, protocol comparison, TVL rankings, ecosystem research. $0.001 USDC per call.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
709 msmedian answer time
$0.001listed price per call
$0.001price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.tickersfeed.net/defi/protocols
| Category | Market data |
|---|---|
| Provider host | api.tickersfeed.net |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 8 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 709 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"category": "Lending",
"chain": "base",
"limit": 10
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"category": {
"description": "Protocol category (DEX, Lending, Bridge, etc.)",
"type": "string"
},
"chain": {
"description": "Filter by blockchain",
"type": "string"
},
"limit": {
"description": "Max results, up to 100 (default 20)",
"type": "number"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"type": "object"
}