Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address— the account address to query network resources for (hex format)visible— optional boolean to specify address format (default: false for hex format)
Response
freeNetUsed— amount of free bandwidth usedfreeNetLimit— total free bandwidth limit availableNetUsed— amount of staked bandwidth usedNetLimit— total staked bandwidth limit availableTotalNetLimit— total network bandwidth limitTotalNetWeight— total network weight for bandwidth calculationnetUsed— current bandwidth usagenetLimit— current bandwidth limitTotalEnergyLimit— total energy limit (if applicable)TotalEnergyWeight— total energy weight (if applicable)
Use case
Thewallet/getaccountnet method is used for:
- Monitoring bandwidth usage and limits for transaction planning.
- Checking free bandwidth allocation and consumption.
- Analyzing network resource utilization for cost optimization.
- Determining if additional bandwidth staking is needed for smooth operations.