eth_chainId
Identify the current blockchain network by retrieving its unique chain ID, enabling proper network verification and compatibility checks for EVM-based applications.
Instructions
Returns the chain ID of the current network
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}