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
Fields
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
address | string | Yes | — | Address to query |
4. Response
Fields
| Field | Type | Required | Description | Unit/Precision |
|---|---|---|---|---|
balance | integer | Required | Unfreezable TRX amount | sun (1 TRX = 10^6 sun) |
message | string | Required | Result message (e.g., SUCCESS) | — |
5. Errors
For HTTP status codes, see Common Errors. Notes for this endpoint:
- Required parameter:
addressis required; omitting it returns an error.
Last updated on: