get_defi_protocols
Get DeFi protocol TVL data from DefiLlama. Returns top protocols sorted by Total Value Locked. Filter by chain, minimum TVL, or get a single protocol by slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Single protocol slug for detail (e.g. aave, uniswap, lido) | |
| chain | No | Filter by blockchain (ethereum, bsc, solana, arbitrum, etc.) | |
| limit | No | Number of results (default 20, max 100) | |
| min_tvl | No | Minimum TVL in USD |