# Net\_version

## net\_version

> Returns the current network ID of the Ethereum client.<br>

```json
{"openapi":"3.0.0","info":{"title":"Ethereum JSON-RPC","version":"1.0.0"},"servers":[{"url":"https://arbitrum.nownodes.io"}],"security":[{"api-keyAuth":[]}],"components":{"securitySchemes":{"api-keyAuth":{"type":"apiKey","in":"header","name":"api-key"}}},"paths":{"/":{"post":{"tags":["net_version"],"summary":"net_version","description":"Returns the current network ID of the Ethereum client.\n","operationId":"net_version","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","method","params","id"],"properties":{"jsonrpc":{"type":"string"},"method":{"type":"string","enum":["net_version"]},"params":{"type":"array","description":"This method takes no parameters.","maxItems":0},"id":{"type":"integer"}}}}}},"responses":{"200":{"description":"JSON-RPC response with the current network ID","content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","id","result"],"properties":{"jsonrpc":{"type":"string"},"id":{"type":"integer"},"result":{"type":"string","description":"The network ID as a decimal string.\n"}}}}}}}}}}}
```
