> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/network-api/untitled-2/url-method-peer-list.md).

# URL method (peer list)

api/v3

**Request Body - `Content-Type: application/json;charset=utf-8`**

| Parameter | Required | Description                   |
| --------- | -------- | ----------------------------- |
| `count`   | Yes      | The number of peers to return |

GET/api/v3/network/:count

**Example request**

```
curl -X GET http://localhost:2442/api/v3/network/3 \
-H 'Content-Type: application/json;charset=utf-8'
```
