# Wallet API api/v3

- [Prerequisites (/wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled.md): api/v3
- [Getting information of wallet list](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-5.md): api/v3
- [Query method (wallet list)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-5/query-method-wallet-list.md): api/v3
- [Response (wallet list)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-5/response-wallet-list.md): api/v3
- [Getting information of specific wallet](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-4.md): api/v3
- [Query method (specified wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-4/query-method-specified-wallet.md): api/v3
- [URL method (specified wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-4/url-method-specified-wallet.md): api/v3
- [Response (specified wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-4/response-specified-wallet.md): api/v3
- [Delete Wallet](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-6.md): api/v3
- [Query method (delete wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-6/query-method-delete-wallet.md): api/v3
- [URL method (delete wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-6/url-method-delete-wallet.md): api/v3
- [Response (delete wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-6/response-delete-wallet.md): api/v3
- [Generate random mnemonic](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-3.md): api/v3
- [Response (random mnemonic)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-3/response-random-mnemonic.md): api/v3
- [Generate / Recover normal wallet or HD wallet with password or passphrase](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-2.md): api/v3
- [Response (generate/recover wallet)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-2/response-generate-recover-wallet.md): api/v3
- [Decrypt and get an HD wallet information](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-1.md): api/v3
- [Response (get HD wallet information)](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-1/response-get-hd-wallet-information.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/api-v3-3.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.
