getNetwork
Retrieve blockchain network details, including chain ID, native token, and RPC URL, for use with Ethereum tools. Specify the network name to access its configuration as a provider parameter.
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') |