Skip to main content

eth_chainId RPC Method

Returns the current network/chain ID, used to sign repplay-protected transaction introduced in EIP-155.

Updated on
Dec 4, 2024

eth_chainId RPC Method

To use the eth_chainId method on the C-Chain, ensure that the end of your URL includes ext/bc/C/rpc.

Parameters

This method does not accept any parameters

Returns

chain ID
string
It returns a hexadecimal value in string format which represents an integer of the chain ID
Request
1
curl https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"eth_chainId","params":[],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free