DeFi yield opportunities across chains and protocols (DefiLlama data)
DeFi yield opportunities across chains and protocols (DefiLlama data): pool, project, chain, TVL, and APY, ranked by APY. Query: chain (e.g. Ethereum, Base), project, min_tvl (USD, default 10000000), limit (1-100, default 20). Use to screen for yield, monitor rates, and route capital.
Asked 1.2x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
933 msmedian answer time
$0.005listed price per call
$0.006price 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/yields
| Category | Market data |
|---|---|
| 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.006 | 933 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"chain": "Base",
"limit": "10",
"min_tvl": "10000000"
},
"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"
}
},
"required": [
"chain",
"min_tvl",
"limit"
],
"type": "object"
}
},
"required": [
"method"
],
"type": "object"
}
}
}