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.
Body
application/json
Response
200 - application/json
Account network resource information
Free bandwidth used
Free bandwidth limit
Staked bandwidth used
Staked bandwidth limit
Total network bandwidth limit
Total network weight
Current bandwidth usage
Current bandwidth limit
Total energy limit
Total energy weight