Get Chain
get_chainFetch a single chain by chainId (number) or shortName (e.g. "eth", "matic", "arb1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id_or_short_name | Yes | Chain id as string or shortName |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rpc | No | RPC endpoint URLs | |
| name | Yes | Chain name | |
| chain | Yes | Chain identifier | |
| status | No | Chain status (active, deprecated, incubating) | |
| chainId | Yes | EVM chain ID | |
| faucets | No | Faucet URLs for testnet tokens | |
| infoURL | No | Chain information URL (optional) | |
| explorers | No | Block explorers | |
| networkId | No | Network ID (optional) | |
| shortName | Yes | Short chain name | |
| nativeCurrency | No | Native currency details |