List Chains
list_chainsBrowse or filter the EVM chain registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring filter on chain name | |
| active | No | Restrict to active chains (default true — excludes deprecated) | |
| testnet | No | Include testnets only (true) / mainnets only (false). Default: all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of chains matching the filter criteria | |
| chains | Yes | Array of summarized chain objects |