blockrun_defi
Access real-time DeFi fundamentals including protocol TVL, chain TVL, yield pool APY, and token prices via DefiLlama. Pay per call with USDC, no API key needed.
Instructions
DeFi fundamentals via DefiLlama — protocol TVL, chain TVL, yield pools (APY), token prices. Pays per call in USDC, no API key.
Paths (GET only):
protocols ($0.005) — all DeFi protocols ranked by TVL
protocol/{slug} ($0.005) — one protocol's TVL history + chain breakdown, e.g. protocol/aave-v3
chains ($0.005) — TVL by chain
yields ($0.005) — yield pools with APY + TVL (large; filter client-side)
prices/{coins} ($0.001) — token prices, coins like 'base:0x833589...,coingecko:ethereum'
Examples: blockrun_defi({ path: "protocol/uniswap-v3" }) blockrun_defi({ path: "prices/coingecko:bitcoin,coingecko:ethereum" }) blockrun_defi({ path: "chains" })
Use blockrun_price (free) for plain spot quotes, blockrun_dex (free) for DEX pairs, blockrun_surf for labeled on-chain data — this tool is for protocol/TVL/yield fundamentals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint under /v1/defillama/, e.g. 'protocols', 'protocol/aave-v3', 'chains', 'yields', 'prices/coingecko:ethereum' | |
| agent_id | No | Agent identifier for budget tracking and enforcement. |