# CreateAddress

**Return value**：The address

{% hint style="danger" %}
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.
{% endhint %}

**Body params:**

* `value` **-** value is the password, converted from ascii to hex. i.e. the pass phrase.&#x20;

**Request**

```
curl --request POST \
     --url https://tron.api.watchdata.io/wallet/createaddress \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --data '
{
     "value": "7465737470617373776f7264"
}
'
```

**Response**

```
{
  "base58checkAddress": "TWwv3YcHJ1NfMemQSmXCPY48RR1tsY3n9N",
  "value": "41e61c1205ee029fb4e41f294afd448cc5d578c8ef"
}
```


---

# 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://docs.watchdata.io/blockchain-apis/tron-api/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.
