Every DefiLlama yield pool, filtered and sorted server-side so you don't fetch t
Every DefiLlama yield pool, filtered and sorted server-side so you don't fetch the 11MB index. Query: chain, project, symbol, min_tvl (USD), min_apy (%), stablecoin (true/false), sort (tvl|apy), limit (1-100). Each pool: project, chain, symbol, tvl_usd, apy, apy_base, apy_reward, stablecoin, il_risk, exposure. APYs move — poll it.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1051 msmedian answer time
$0.008listed price per call
$0.008price 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://x402.shizu.me/llama/yields
| Category | Everything else |
|---|---|
| Provider host | x402.shizu.me |
| Networks | eip155:8453 |
| 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.008 | 1051 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "Base",
"limit": "20",
"min_tvl": "1000000",
"sort": "apy"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"method": {
"const": "GET"
},
"queryParams": {
"properties": {
"chain": {
"type": "string"
},
"limit": {
"type": "string"
},
"min_tvl": {
"type": "string"
},
"sort": {
"type": "string"
}
},
"required": [
"chain",
"min_tvl",
"sort",
"limit"
],
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
}
}
}