curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getaccountresource \
--header 'Content-Type: application/json' \
--data '
{
"address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}
'{
"freeNetUsed": 0,
"freeNetLimit": 5000,
"NetUsed": 0,
"NetLimit": 0,
"TotalNetLimit": 43200000000,
"TotalNetWeight": 84687233463517,
"EnergyUsed": 0,
"EnergyLimit": 0,
"TotalEnergyLimit": 90000000000,
"TotalEnergyWeight": 13369831825062,
"tronPowerLimit": 0,
"tronPowerUsed": 0,
"totalTronPowerWeight": 0,
"assetNetUsed": [
{
"key": "<string>",
"value": 123
}
],
"assetNetLimit": [
{
"key": "<string>",
"value": 123
}
]
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getaccountresource \
--header 'Content-Type: application/json' \
--data '
{
"address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}
'{
"freeNetUsed": 0,
"freeNetLimit": 5000,
"NetUsed": 0,
"NetLimit": 0,
"TotalNetLimit": 43200000000,
"TotalNetWeight": 84687233463517,
"EnergyUsed": 0,
"EnergyLimit": 0,
"TotalEnergyLimit": 90000000000,
"TotalEnergyWeight": 13369831825062,
"tronPowerLimit": 0,
"tronPowerUsed": 0,
"totalTronPowerWeight": 0,
"assetNetUsed": [
{
"key": "<string>",
"value": 123
}
],
"assetNetLimit": [
{
"key": "<string>",
"value": 123
}
]
}address — the account address in hex format (41 prefix) or base58check formatvisible — whether the address is in readable base58check format (optional, default: true)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)wallet/getaccountresource method is used for:
Account resource information
Free bandwidth used by the account
0
Total free bandwidth
5000
Used amount of bandwidth obtained by staking
0
Total bandwidth obtained by staking
0
Total network bandwidth limit
43200000000
Total network weight
84687233463517
Energy used by the account
0
Total energy obtained by staking
0
Total energy limit on network
90000000000
Total energy weight on network
13369831825062
TRON Power (voting power)
0
TRON Power used for voting
0
Total TRON Power weight on network
0
Was this page helpful?