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.
addressstringRequired
Base58 address of the account to query.
visiblebooleanOptional

Indicates if the address is base58 (true) or hex (false).

Response

Account resource usage and limits.
freeNetLimitinteger or null
Free Net limit available to the account.
NetLimitinteger or null
Net limit for the account.
TotalNetLimitinteger or null
Total Net limit in the network.
TotalNetWeightinteger or null
Total weight used to allocate Net across the network.
EnergyLimitinteger or null
Energy limit for the account.
TotalEnergyLimitinteger or null
Total Energy limit in the network.
TotalEnergyWeightinteger or null
Total weight used to allocate Energy across the network.