GetAccountNet

Query bandwidth information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns

FieldTypeDescription
freeNetUsedint64Amount of free Bandwidth used by the account.
freeNetLimitint64Total free Bandwidth limit for the account.
NetUsedint64Amount of staked Bandwidth used by the account.
NetLimitint64Total Bandwidth obtained by staking.
TotalNetLimitint64Total Bandwidth can be obtained by staking by the entire network.
TotalNetWeightint64Total amount of TRX staked for Bandwidth by the entire network.
assetNetUsedmap<string, int64>Account's free Bandwidth used for TRC-10 tokens, keyed by Token ID.
assetNetLimitmap<string, int64>Account's free Bandwidth limits for TRC-10 tokens, keyed by Token ID.
Body Params
string
required

The queried account address, in Base58Check format or HEX format.

boolean
Defaults to false

Optional. Set to true to format addresses in Base58Check; set to false for hex format. (Default: false)

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!