Get account Net resource info
Returns Net resource limits and usage for a given TRON address. This is a simplified version of the resource query focused only on Net metrics.
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
Net 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.