Comment on page
eth_protocolVersion
Returns the current ethereum protocol version.
None
String
- The current ethereum protocol version.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"
}
Last modified 7mo ago