list_chains
List all supported blockchain networks (75+ chains) with name, slug, chain ID, category, and docs. Use to verify the exact chain identifier before making RPC requests.
Instructions
List every blockchain SwiftNodes serves (75+ chains, one API key for all). Returns name, slug, chain ID, category, and docs page per chain. Use before get_chain if unsure of the exact chain name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional name/slug substring filter, e.g. 'base' or 'zksync'. | |
| evm_only | No | If true, only EVM chains are returned. |