Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address— the account address in hex format (41 prefix) or base58check formatvisible— whether the address is in readable base58check format (optional, default: true)
Response
freeNetUsed— free bandwidth used by the accountfreeNetLimit— total free bandwidth available to the accountNetUsed— used amount of bandwidth obtained by stakingNetLimit— total bandwidth obtained by stakingTotalNetLimit— total network bandwidth limitTotalNetWeight— total network weight for bandwidthEnergyUsed— energy consumed by the accountEnergyLimit— total energy obtained by stakingTotalEnergyLimit— total energy limit on the networkTotalEnergyWeight— total energy weight on the networktronPowerLimit— TRON Power available for votingtronPowerUsed— TRON Power used for votingtotalTronPowerWeight— total TRON Power weight on the networkassetNetUsed— bandwidth used for TRC10 assets (array)assetNetLimit— bandwidth limit for TRC10 assets (array)
Use case
Thewallet/getaccountresource method is used for:
- Monitoring account bandwidth and energy consumption
- Calculating transaction fees based on available resources
- Managing resource delegation and staking strategies
- Tracking voting power (TRON Power) for network governance
- Analyzing resource usage for TRC10 token transfers
- Building wallet interfaces that display resource availability
Body
application/json
Response
200 - application/json
Account resource information
Free bandwidth used by the account
Example:
0
Total free bandwidth
Example:
5000
Used amount of bandwidth obtained by staking
Example:
0
Total bandwidth obtained by staking
Example:
0
Total network bandwidth limit
Example:
43200000000
Total network weight
Example:
84687233463517
Energy used by the account
Example:
0
Total energy obtained by staking
Example:
0
Total energy limit on network
Example:
90000000000
Total energy weight on network
Example:
13369831825062
TRON Power (voting power)
Example:
0
TRON Power used for voting
Example:
0
Total TRON Power weight on network
Example:
0
Bandwidth used for TRC10 assets
Bandwidth limit for TRC10 assets