Management
Unfreeze Tokens
Release previously frozen tokens, restoring transferability
POST
Unfreezes a specified amount of tokens for an account, making them transferable again. Requires the
CONTROLLER role on the token contract.
Path Parameters
string
required
Address of the stock token contract.
Request Body
string
required
Ethereum address of the holder whose tokens will be unfrozen.
string
required
Number of tokens to unfreeze. Must be greater than zero and not exceed the currently frozen amount.
Response Fields
object
Nothing is submitted on your behalf. Sign
txData with a wallet holding the required role on the token and broadcast it yourself.