Skip to Content
APIAccountGet Account Resource Info

Get Account Resource List (Stake 1.0)

1. Overview & Typical Use

Query the resource list for accounts holding resources under Stake 1.0, including self-frozen, frozen for others, and frozen by others for this account.

  • Typical use: view Stake 1.0 freeze records and bandwidth/energy delegation details.
  • When not to use: for Stake 2.0 resources use “Get Account Resource List (Stake 2.0)”; for full account info use “Get Account Detail”.

2. Endpoint & Authentication

GET /api/account/resource

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

3. Request

ParameterTypeRequiredDefaultDescription
addressstringYesAccount address (Base58, starts with T)
startintegerNo0Starting offset, max 5000
limitintegerNo200Page size
typeintegerNo0Freeze type. 0: all, 1: frozen for self, 2: frozen for others, 3: frozen by others for self
resourceTypeintegerNo0Resource type. 0: bandwidth and energy, 1: bandwidth only, 2: energy only
toAddressstringNoReceiver address — used with type=2 to filter delegation records by recipient

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
totalintegerRequiredTotal record count
rangeTotalintegerRequiredTotal count within the filtered range
dataarrayRequiredResource records array; see below

data[] elements

FieldTypeRequiredDescriptionUnit/Precision
hashstringRequiredTransaction hash
blockintegerRequiredBlock height
timestampintegerRequiredFreeze timeMillisecond timestamp
ownerAddressstringRequiredFreeze initiator address
ownerAddressTagstringOptionalInitiator address label
receiverAddressstringRequiredResource receiver address
receiverAddressTagstringOptionalReceiver address label
resourcestringRequiredResource type: BANDWIDTH or ENERGY
frozenBalanceintegerRequiredFrozen TRX amountsun
expireTimeintegerRequiredExpiry timeMillisecond timestamp
resourceValuestringRequiredResource value obtained

5. Errors

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

  • Empty result is not an error: no Stake 1.0 freeze records returns 200 + data: [], which is a normal response.
Last updated on: