POST: http://172.104.51.182:16667/wallet/unfreezeasset
Unstake a token that has passed the minimum freeze duration.
BODY PARAMS {
{
owner_address string
owner_address
string
visible boolean (Optional)
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 http://172.104.51.182:16667/wallet/unfreezeassetarrow-up-right --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "owner_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }
http://172.104.51.182:16667/wallet/unfreezeasset
Input:
{ "owner_address": "ARSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }
Response:
Last updated 9 months ago