eth_protocolVersion
Returns the current ethereum protocol version.
- CURL
curl --request POST \
--url https://evm.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [],
"method": "eth_protocolVersion"
}'
Result
Schema
type : string
Pattern :
^.*$