> 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/arc10-token/unfreezeasset.md).

# UnfreezeAsset

Unstake a token that has passed the minimum freeze duration.

**BODY PARAMS**\
`{`

**`owner_address`**` ``string`

**`visible`**` ``boolean (Optional)`

`}`

**Note:**  &#x20;

* **owner address** that triggers the contract, converted to a hex string
* **visible:** whether the address is in base58check format.

**Example:**

curl --request POST\
\--url [`http://172.104.51.182:16667/wallet/unfreezeasset`](http://172.104.51.182:16667/wallet/unfreezeasset)\
\--header 'Accept: application/json'\
\--header 'Content-Type: application/json'\
\--data ' { "owner\_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }

**Input:**&#x20;

{ "owner\_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }

**Response:**&#x20;
