# CreateAddress

Create address from a specified password string (NOT PRIVATE KEY)（there is a security risk. This interface service has been shutdown by the AIXChain. Please use the offline mode or the node deployed by yourself.）

**Return value：The address**

❗️ Please control risks when using this API. To ensure environmental security, please do not invoke APIs provided by other or invoke this very API on a public network.

**BODY PARAMS**

`{`**`value`**` ``string required}`

&#x20;**note:**&#x20;

* **value** is the password, converted from ascii to hex. i.e. the pass phrase.

**Example :**

**curl** --request POST\
\--url [https://api.shasta.trongrid.io/wallet/createaddress](http://172.104.51.182:16667/wallet/createaddress)\
\--header 'Accept: application/json'\
\--header 'Content-Type: application/json'\
\--data ' { "value": "7465737470617373776f7264" } '

**Input:**&#x20;

`{ "value": "123456" }`

**Response:**&#x20;

`{`

`"base58checkAddress": "AX3yxmJjCcDa8XvZMEYBPofsG1NB7fkEt8",`` `                                                      `"value": "41e741d61df254f4dfa3a832f5589f243d3c561806"`&#x20;

`}`


---

# 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://developers.aixchain.com/http-api/api-list/address-utilities/createaddress.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.
