HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

GetAccountNet

Query bandwidth information of an account.

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.
Language
Click Try It! to start a request and see the response here!