Unfreeze tokens from wallets

Unfreeze a specified amount of token from the given wallets. Please note that the user must be able to admin the token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required

Blockchain network the transaction will take place in.

string
required

Token address for the transaction.

string
required

Valid wallet address of the initiator of the operation.

transactions
array of objects
required

Array of objects containing the necessary information to initiate the transaction.

transactions*
Responses

400

The TREX token operation input is not valid.

Invalid token quantity {tokenQuantity}

Source wallet contains no tokens

Token quantity is zero

Token amount {tokenQuantity} exceeds unfrozen token wallet balance {walletBalance.unfrozenBalance}

Token quantity {tokenQuantity} exceeds wallet balance {walletBalance.balance}

Token amount {tokenQuantity} exceeds frozen token wallet balance {walletBalance.frozenBalance}

401

Unauthorized.

403

Token not manageable with this authentication.

404

Token not found.

502

The call to the TREX Service API endpoint raised an error: {errorMessage}

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json