> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/api-v3/getting-address-information/query-method-get-address.md).

# Query method (get address)

**Request Body - `Content-Type: application/json;charset=utf-8`**

| Parameter | Required | Description                                    |
| --------- | -------- | ---------------------------------------------- |
| `address` | Yes      | A Hycon wallet address to be used in the query |

GET/api/v3/address?{address}

**Example request**

```
curl -X GET http://localhost:2442/api/v3/address\?address\=H497fHm8gbPZxaXySKpV17a7beYBF9Ut3 \
-H 'Content-Type: application/json;charset=utf-8'
```
