# Network API api/v3

- [Prerequisites (/network)](https://teamhycon.gitbook.io/docs/network-api/untitled.md): api/v3
- [Getting market information](https://teamhycon.gitbook.io/docs/network-api/untitled-3.md): api/v3
- [Response (market cap info)](https://teamhycon.gitbook.io/docs/network-api/untitled-3/response-market-cap-info.md): api/v3
- [Getting list of peers](https://teamhycon.gitbook.io/docs/network-api/untitled-2.md): api/v3
- [Query method (peer list)](https://teamhycon.gitbook.io/docs/network-api/untitled-2/query-method-peer-list.md): api/v3
- [URL method (peer list)](https://teamhycon.gitbook.io/docs/network-api/untitled-2/url-method-peer-list.md): api/v3
- [Response (peer list)](https://teamhycon.gitbook.io/docs/network-api/untitled-2/response-peer-list.md): api/v3
- [Getting information of specific peer](https://teamhycon.gitbook.io/docs/network-api/untitled-1.md): api/v3
- [Query method (specified peer)](https://teamhycon.gitbook.io/docs/network-api/untitled-1/query-method-specified-peer.md): api/v3
- [URL method (specified peer)](https://teamhycon.gitbook.io/docs/network-api/untitled-1/url-method-specified-peer.md): api/v3
- [Response (specified peer)](https://teamhycon.gitbook.io/docs/network-api/untitled-1/response-specified-peer.md): api/v3


---

# 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://teamhycon.gitbook.io/docs/network-api.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.
