GetAccountDetailed gRPC Method
Parameters
addr
string
REQUIRED
The account address
Returns
address
string
The account address
type
string
The account type
name
string
The account name
id
string
The account ID
balance
integer
The TRX balance
allowance
integer
The account allowance
lastWithdraw
integer
The last withdrawal timestamp
isWitness
boolean
Whether the account is a witness
isElected
boolean
Whether the account is elected
assetList
object
Map of asset IDs to balances
tronPower
integer
The total TRON power
tronPowerUsed
integer
The used TRON power
frozenBalance
integer
The total frozen balance
frozenList
array
List of frozen resources
type
string
Resource type (enum: ResourceCode)
BANDWIDTH
integer
Bandwidth resource
ENERGY
integer
Energy resource
TRON_POWER
integer
TRON power resource
amount
integer
Frozen amount
delegateTo
string
The address to which resources are delegated
expire
integer
Expiration timestamp
frozenBalanceV2
integer
The total V2 frozen balance
frozenListV2
array
List of V2 frozen resources
type
string
Resource type (enum: ResourceCode)
amount
integer
Frozen amount
delegateTo
string
The address to which resources are delegated
expire
integer
Expiration timestamp
unfrozenList
array
List of unfrozen resources
type
string
Resource type (enum: ResourceCode)
amount
integer
Unfrozen amount
expire
integer
Expiration timestamp
voteList
object
Map of witness addresses to vote counts
bandwidthTotal
integer
Total bandwidth
bandwidthUsed
integer
Used bandwidth
energyTotal
integer
Total energy
energyUsed
integer
Used energy
rewards
integer
Account rewards
withdrawableBalance
integer
Balance that can be withdrawn
countUnfreezeLeft
integer
Number of unfreezes left
maxCanDelegateBandwidth
integer
Maximum bandwidth that can be delegated
maxCanDelegateEnergy
integer
Maximum energy that can be delegated
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free