> For the complete documentation index, see [llms.txt](https://developers.aixchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.aixchain.com/aixc-and-arc-token/arc-10/query-arc-10-balance.md).

# Query ARC-10 balance

**HTTP API:**

```http
wallet/getaccount
Description: Query an account information
demo: curl --request POST
--url 
http://172.104.51.182:16667/wallet/getaccount
--header 'Accept: application/json'
--header 'Content-Type: application/json'
--data ' {"address": "AFzFXoQCgUeoApjejKM9B46NgFGHXvUyKz", "visible": true}
Parameter address: Default hexString
Return: Account object
```
