net_version - Soneium
net_version. Returns the current network version of the Soneium chain.
net_version - Soneium [Value: 20CU]
Retrieves the current network ID the client is connected to

Use cases
- Determine network version for the node
- Validate the connected network version
- Check network ID for compatibility verification

Constraints
- Requires network access to the node
- Node must support net_version method
- Accurate response depends on node synchronization
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl https://soneium.drpc.org \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"net_version","params":[],"id":67}'
'Response
200
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0xb1770efb14906e509893b6190359658208ae64d0c56e22f748a1b0869885559e"
}Request params
idinteger
jsonrpcstring
methodstring
Response
200
The network ID as a string, representing the specific network the client is connected to.Response params
object
idinteger
jsonrpcstring
resultstring