Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
owner_address
— the address that issued the token and wants to unfreeze tokensvisible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
visible
— indicates the address format used in the responsetxID
— the transaction hashraw_data
— raw transaction data including:contract
— array containing the unfreeze asset contractref_block_bytes
— reference block bytesref_block_hash
— reference block hashexpiration
— transaction expiration timestamptimestamp
— transaction creation timestamp
raw_data_hex
— hexadecimal representation of the raw transaction
Use case
Thewallet/unfreezeasset
method is used for:
- Releasing frozen TRC10 tokens after the freeze period expires
- Managing token supply and liquidity by unfreezing previously locked tokens
- Building token management tools that handle frozen supply schedules
- Implementing automated token unlock mechanisms in smart contracts
Body
application/json