Skip to main content

net_version

Network identifier associated with network

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

Result

Schema
type : string
Pattern : ^.*$