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