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

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

Response

Net 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.