UnfreezeAsset
POST: http://172.104.51.182:16667/wallet/unfreezeasset
Last updated
POST: http://172.104.51.182:16667/wallet/unfreezeasset
Last updated
Unstake a token that has passed the minimum freeze duration.
BODY PARAMS
{
owner_address
string
visible
boolean (Optional)
}
Note:
owner address that triggers the contract, converted to a hex string
visible: whether the address is in base58check format.
Example:
curl --request POST --url --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "owner_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }
Input:
{ "owner_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }
Response: