Get account resource limits
Returns resource limit and usage information for a given TRON address, including Net and Energy values.
Request
This endpoint expects an object.
address
Base58 address of the account to query.
visible
Indicates if the address is base58 (true) or hex (false).
Response
Account resource usage and limits.
freeNetLimit
Free Net limit available to the account.
NetLimit
Net limit for the account.
TotalNetLimit
Total Net limit in the network.
TotalNetWeight
Total weight used to allocate Net across the network.
EnergyLimit
Energy limit for the account.
TotalEnergyLimit
Total Energy limit in the network.
TotalEnergyWeight
Total weight used to allocate Energy across the network.