eth_chainId
Reference: Here
Parameters
Returns
// Result
{
"jsonrpc": "2.0",
"id": 0,
"result": "0xa5bf"
}curl https://testnet.tempo.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":0}'
Last updated
Was this helpful?