返回 chainId,即创世区块哈希的后 4 个字节。
返回 chainId,即创世区块哈希的后 4 个字节。
参数
无
常见网络返回值
| 网络 | eth_chainId 返回值 |
|---|---|
| Mainnet | 0x2b6653dc |
| Shasta | 0x94a9059e |
| Nile | 0xcd8690dc |
示例
请求
curl -X POST 'https://api.shasta.trongrid.io/jsonrpc' --data '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":79}'响应
{"jsonrpc":"2.0","id":79,"result":"0x94a9059e"}