> 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/http-api/api-list/address-utilities/validateaddress.md).

# ValidateAddress

Validates address, returns either true or false.

#### Return value: True **or** False&#x20;

**BODY PARAMS**

`{`**`address`**`  ``string required}`

**note**:&#x20;

* **address** should be in base58checksum, hexString, or base64 format<br>

**Example :**\
**curl** --request POST\
\--url <http://172.104.51.182:16667/wallet/validateaddress>\
\--header 'Accept: application/json'\
\--header 'Content-Type: application/json'\
\--data ' { "address": "41e741d61df254f4dfa3a832f5589f243d3c561806" }

**Input:**&#x20;

`{`&#x20;

`"address": "41e741d61df254f4dfa3a832f5589f243d3c561806"`

&#x20;`}`

**Response:**&#x20;

`{ "result": true, "message": "Hex string format" }`
