D
DefiLlama
/yields
Yield pools
DeFi pool APYs with TVL, chain and project; filter by chain or minimum TVL.
liveverifieddegraded · 844ms
defiyieldapypools
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run defillama /yields for me.
Input
| Field | Type | Description |
|---|---|---|
| chain | string | Chain name filter, e.g. Ethereum |
| min_tvl | number | Minimum TVL USD default 1000000 |
| limit | number | Max default 50 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"defillama","endpoint":"/yields","input":{"min_tvl":1000000,"limit":50}}'cli
npx cracked-ai run -p defillama -e /yields -i '{"min_tvl":1000000,"limit":50}'mcp
run_tool({ provider: "defillama", endpoint: "/yields", input: {"min_tvl":1000000,"limit":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.