# Response (specified wallet)

#### Response (specified wallet) `200 OK, application/json` <a href="#response-specified-wallet-200-ok-applicationjson" id="response-specified-wallet-200-ok-applicationjson"></a>

| Parameter | Type   | Description                                   |
| --------- | ------ | --------------------------------------------- |
| `name`    | string | The name of a wallet.                         |
| `address` | string | A Hycon wallet public address.                |
| `balance` | string | The total circulation of HYCON coin.          |
| `nonce`   | number | The transaction number sent from the address. |

**Response Error Table**

| Status | Error         | Message                                                                 |
| ------ | ------------- | ----------------------------------------------------------------------- |
| 400    | `BAD_REQUEST` | should provide count or host as query param or path parameter undefined |
| 404    | `NOT_FOUND`   | nonexist not found                                                      |

**Response (Success)**

```
{
    "name": "first",
    "address": "H3rKFuQySycSigA8saiDfmBw3tUE4HEN9",
    "balance": "0",
    "nonce": 0
}
```


---

# 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/untitled-4/response-specified-wallet.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.
