getnettotals
method provides an overview of the node’s network traffic, including the total amount of data sent and received. This can be useful for monitoring the node’s bandwidth usage.
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
- None
Response
result
— an object containing network traffic statistics, such as total bytes sent and received.error
— an object containing an error message if an error occurred, otherwisenull
.id
— an integer representing the ID of the request.
Use case
Thegetnettotals
method is useful for node operators and network administrators to monitor the bandwidth usage of their node. It helps in understanding the node’s contribution to the network and planning for bandwidth capacity.Body
application/json