Skip to main content

web3_clientVersion

current client version

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": "web3_clientVersion"
}'

Result

Schema
type : string
Pattern : ^.*$