DeFi yield & lending rates across protocols (via DefiLlama, free/keyless)
DeFi yield & lending rates across protocols (via DefiLlama, free/keyless). Returns pools ranked by APY or TVL with base vs reward APY, TVL, 1d/7d/30d APY trend, stablecoin flag, and IL-risk. Filter by chain, project (aave, compound, lido…), symbol (USDC, ETH…), minApy, minTvlUsd. The yield/lending-rate layer beyond crypto.defi's TVL headline.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
270 msmedian answer time
$0.0036listed price per call
$0.0036price 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://2s.io/api/crypto/defi-yields
| Category | Market data |
|---|---|
| Provider host | 2s.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 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.0036 | 270 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "example",
"limit": 1,
"minApy": 0,
"minTvlUsd": 0,
"project": "example",
"sort": "apy",
"symbol": "example"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"chain": {
"maxLength": 40,
"type": "string"
},
"limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"minApy": {
"minimum": 0,
"type": "number"
},
"minTvlUsd": {
"minimum": 0,
"type": "number"
},
"project": {
"maxLength": 60,
"type": "string"
},
"sort": {
"enum": [
"apy",
"tvl"
],
"type": "string"
},
"symbol": {
"maxLength": 40,
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http"
}
},
"required": [
"type",
"method",
"queryParams"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}