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
This method does not require any parameters.Response
beginSyncNum
— the block number from which synchronization startedblock
— current block height informationsolidityBlock
— current solidity block height informationcurrentConnectCount
— number of current peer connectionsactiveConnectCount
— number of active peer connectionspassiveConnectCount
— number of passive peer connectionstotalFlow
— total network traffic flowpeerInfoList
— list of connected peer informationconfigNodeInfo
— node configuration informationmachineInfo
— machine and system informationcheatWitnessInfoMap
— information about witnesses flagged for cheating
Use case
Thewallet/getnodeinfo
method is used for:
- Monitoring node health and synchronization status.
- Checking network connectivity and peer connections.
- Gathering node configuration and version information.
- Debugging network issues and performance monitoring.
Response
200 - application/json
Node information and status
Block number from which sync started
Current block height
Current solidity block height
Current peer connections
Active peer connections
Passive peer connections
Total network traffic flow
List of connected peers
Node configuration information
Machine and system information
Information about witnesses flagged for cheating