# Net\_listening

## net\_listening

> Checks if the client is listening for network connections.<br>

```json
{"openapi":"3.0.0","info":{"title":"Ethereum JSON-RPC","version":"1.0.0"},"servers":[{"url":"https://zksync.nownodes.io"}],"security":[{"api-keyAuth":[]}],"components":{"securitySchemes":{"api-keyAuth":{"type":"apiKey","in":"header","name":"api-key"}}},"paths":{"/":{"post":{"tags":["net_listening"],"summary":"net_listening","description":"Checks if the client is listening for network connections.\n","operationId":"net_listening","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","method","params","id"],"properties":{"jsonrpc":{"type":"string"},"method":{"type":"string","enum":["net_listening"]},"params":{"type":"array","description":"This method takes no parameters.","maxItems":0},"id":{"type":"integer"}}}}}},"responses":{"200":{"description":"JSON-RPC response with listening status","content":{"application/json":{"schema":{"type":"object","required":["jsonrpc","id","result"],"properties":{"jsonrpc":{"type":"string"},"id":{"type":"integer"},"result":{"type":"boolean","description":"`true` if the client is listening for network connections, otherwise `false`.\n"}}}}}}}}}}}
```
