Returns the chain ID used for signing replay-protected transactions.
None.
curl https://lb.nodies.app/v1/<INSERT URL> \ -H "x-api-key: <API-KEY>" \ -X POST \ -H "Content-Type: application/json" \ -d '{ "method": "eth_chainId", "params": [], "id": 1, "jsonrpc": "2.0" }'
{ "jsonrpc": "2.0", "id": 1, "result": "0x1" }
Last updated 11 months ago