# Interacting with local Hycon Node api/v1

- [Prerequisites](https://teamhycon.gitbook.io/docs/api-v1-1/prerequisites.md): api/v1
- [Wallet Management](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management.md): api/v1
- [Generating a new wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/generating-a-new-wallet.md): api/v1
- [Generating a new HD wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/generating-a-new-hd-wallet.md): api/v1
- [Deleting a wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-6.md): api/v1
- [Recover a wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-5.md): api/v1
- [Recover an HD wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-4.md): api/v1
- [Getting details of a wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-3.md): api/v1
- [Getting details of an HD wallet](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-2.md): api/v1
- [Getting a list of wallets](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled-1.md): api/v1
- [Making an outgoing transaction](https://teamhycon.gitbook.io/docs/api-v1-1/wallet-management/untitled.md): api/v1
- [Getting Blockchain Information](https://teamhycon.gitbook.io/docs/api-v1-1/getting-blockchain-information.md): api/v1
- [Getting block info at a specific height](https://teamhycon.gitbook.io/docs/api-v1-1/getting-blockchain-information/getting-block-info-at-a-specific-height.md): api/v1
- [Getting highest block on current chain](https://teamhycon.gitbook.io/docs/api-v1-1/getting-blockchain-information/getting-highest-block-on-current-chain.md): api/v1
- [Fetching Block(s)](https://teamhycon.gitbook.io/docs/api-v1-1/fetching-block-s.md): api/v1
- [Getting the details of a block](https://teamhycon.gitbook.io/docs/api-v1-1/fetching-block-s/getting-the-details-of-a-block.md): api/v1
- [Getting a list of recently published blocks](https://teamhycon.gitbook.io/docs/api-v1-1/fetching-block-s/getting-a-list-of-recently-published-blocks.md): api/v1
- [Fetching Peer(s)](https://teamhycon.gitbook.io/docs/api-v1-1/fetching-peer-s.md): api/v1
- [Getting a list of peers](https://teamhycon.gitbook.io/docs/api-v1-1/fetching-peer-s/getting-a-list-of-peers.md): api/v1
- [Miscellaneous Tools](https://teamhycon.gitbook.io/docs/api-v1-1/miscellaneous-tools.md): api/v1
- [Generating a new mnemonic](https://teamhycon.gitbook.io/docs/api-v1-1/miscellaneous-tools/generating-a-new-mnemonic.md): api/v1
- [Get network market cap](https://teamhycon.gitbook.io/docs/api-v1-1/miscellaneous-tools/get-network-market-cap.md): api/v1
- [Query if block is an uncle block](https://teamhycon.gitbook.io/docs/api-v1-1/miscellaneous-tools/query-if-block-is-an-uncle-block.md): api/v1
- [Amount of mining reward from block](https://teamhycon.gitbook.io/docs/api-v1-1/miscellaneous-tools/amount-of-mining-reward-from-block.md): api/v1


---

# 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-v1-1.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.
