Last updated 1 year ago
Returns the current ethereum protocol version.
None
String - The current ethereum protocol version.
String
curl --location 'https://rpc.eth.gateway.fm' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "eth_protocolVersion", "params": [], "id": 71 }'
{ "jsonrpc": "2.0", "id": 71, "result": "0x42" }