UnfreezeAsset

POST: http://172.104.51.182:16667/wallet/unfreezeasset

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 http://172.104.51.182:16667/wallet/unfreezeasset --header 'Accept: application/json' --header 'Content-Type: application/json' --data ' { "owner_address": "WRSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }

Input:

{ "owner_address": "WRSrWnjsK5ePhAVQGHr2JSFdKSjE3vKwE7", "visible":true }

Response:

Last updated