# Introduction

The Hycon API provides a simple and powerful interface for Users to programmatically interact with their wallet and the Hycon public network. This HTTP-based [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer) API uses request and response bodies formatted in JSON, and uses built-in HTTP features, like HTTP verbs, which are understood by off-the-shelf HTTP clients.

API v3 is an architectural upgrade over its previous version, and only supports routes that do not store information on the local system. The endpoints are now distributed into four root routes: [address](https://docs.hycon.io/#prerequisites-address), [block](https://docs.hycon.io/#prerequisites-block), [network](https://docs.hycon.io/#prerequisites-network), and [transactions](https://docs.hycon.io/#prerequisites-tx). Starting from API v3, we support both url and query parameters in all requests. We do, however, recommend that requests are sent via query parameters with matching parameter name and value.

This API reference provides information on available endpoints and how to interact with it.


---

# 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/api-v3-5/api-v3.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.
