list_chains_tvl
Retrieve blockchain networks sorted by total DeFi TVL to identify chains with highest activity and discover chain names for further queries.
Instructions
List blockchain networks ranked by current total DeFi TVL.
Use for "which chains have the most DeFi activity?", "how does Solana's
TVL compare to Ethereum's?", or to discover chain names you can pass to
get_chain_tvl_history or list_protocols(chain=...).
Args: limit: Number of chains to return after sorting by TVL desc (1..200).
Returns:
Array of chain summaries with name, tvl, tokenSymbol, chainId,
gecko_id, cmcId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |