# net

The net API provides insight about the networking aspect of the client.

### net\_listening <a href="#net-listening" id="net-listening"></a>

Returns an indication if the node is listening for network connections.

| CLIENT  | METHOD INVOCATION            |
| ------- | ---------------------------- |
| Console | net.listening                |
| RPC     | {"method": "net\_listening"} |

### net\_peerCount <a href="#net-peercount" id="net-peercount"></a>

Returns the number of connected peers.

| CLIENT  | METHOD INVOCATION            |
| ------- | ---------------------------- |
| Console | net.peerCount                |
| RPC     | {"method": "net\_peerCount"} |

### net\_version <a href="#net-version" id="net-version"></a>

Returns the devp2p network ID (e.g. 1 for mainnet, 5 for goerli).

| CLIENT  | METHOD INVOCATION          |
| ------- | -------------------------- |
| Console | net.version                |
| RPC     | {"method": "net\_version"} |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.electroneum.com/etn-sc-client/interacting-with-etn-sc/json-rpc-namespaces/net.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
