Wallet

Get TRON account resources and resource delegations

Retrieves frozenV2 balances, resource delegation fields, network conversion ratios, and spendable bandwidth/energy for TRON addresses from a single getaccountresource call per address. Ratios are returned raw; callers convert frozenV2 amounts to energy/bandwidth units.

per address — consequence: a second call can drift a block so usage would not match energyRatio/bandwidthRatio on each account — consequence: the resources page MUST NOT also call getAccountResources

post/api/v2/{coin}/wallet/{walletId}/getAccount

Path parameters

coinstring required

A cryptocurrency symbol or token ticker symbol

Example:btc

Coin or token identifier (e.g. trx, ttrx:usdt)

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

Wallet ID to retrieve account resource data for

Request body

addressesstring[] required
destinationAddressstring

Optional destination address for resource deficit calculation (token transfers)

Response

OK

Changes