get https://api.shasta.trongrid.io/wallet/getnodeinfo
Query Node Information. Returns information about current state of node.
Returns
Field | Type | Description |
---|---|---|
beginSyncNum | int64 | Begin sync block number |
block | string | Latest block information, including block height and block id |
solidityBlock | string | The latest solidified block information, including block height and block id |
currentConnectCount | int32 | The current connect count |
activeConnectCount | int32 | active node connection count |
passiveConnectCount | int32 | passive node connection count |
totalFlow | int64 | Total TCP flow |
peerInfoList | PeerInfo[] | Peer node information, please refer to protobuf for details |
configNodeInfo | ConfigNodeInfo | Node configuration information, please refer to protobuf for details |
machineInfo | MachineInfo | The information of the machine where the node is located, please refer to protobuf for details |
cheatWitnessInfoMap | map<string, string> | SR information that may be suspected of cheating |