Skip to Content
APIWalletGet Unfreezable TRX Amount for an Address

Get Unfreezable TRX Amount for an Address

1. Overview & Typical Use

Query the amount of TRX that can currently be unfrozen for a given address.

  • Typical use: check available amount before an unfreeze operation, resource management panel display.
  • When not to use: for token holdings use “Get Account Web Wallet Token Info”; for transfer history use the corresponding transfer list endpoint.

2. Endpoint & Authentication

GET /api/account/resource/unfreeze

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
addressstringYesAddress to query

4. Response

FieldTypeRequiredDescriptionUnit/Precision
balanceintegerRequiredUnfreezable TRX amountsun (1 TRX = 10^6 sun)
messagestringRequiredResult message (e.g., SUCCESS)

5. Errors

For HTTP status codes, see Common Errors. Notes for this endpoint:

  • Required parameter: address is required; omitting it returns an error.
Last updated on: