getNetwork
Retrieve detailed blockchain network information, including chain ID, native token, and RPC URL, for integration with Ethereum tools using a specified network name.
Instructions
Get detailed information about a specific blockchain network. This provides the network's chain ID, native token, and RPC URL that can be used with other Ethereum tools. This network name can be used as the 'provider' parameter in other tools.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the network to get details for (case-insensitive, e.g., 'ethereum', 'polygon', 'arbitrum') |