Skip to main content
Version: mainnet (v0.71)

NodeData

Summary of data across all nodes

type NodeData {
stakedTotal: String!
totalNodes: Int!
inactiveNodes: Int!
tendermintNodes: NodeSet!
ersatzNodes: NodeSet
pendingNodes: NodeSet
uptime: Float!
}

Fields

NodeData.stakedTotal ● String! non-null scalar

Total staked amount across all nodes

NodeData.totalNodes ● Int! non-null scalar

Total number of nodes across all node sets

NodeData.inactiveNodes ● Int! non-null scalar

Total number of nodes that had a performance score of 0 at the end of the last epoch

NodeData.tendermintNodes ● NodeSet! non-null object

Details on the set of consensus nodes in the network

NodeData.ersatzNodes ● NodeSet object

Details on the set of ersatz (standby) nodes in the network

NodeData.pendingNodes ● NodeSet object

Details on the set of pending nodes in the network

NodeData.uptime ● Float! non-null scalar

Total uptime for all epochs across all nodes. Or specify a number of epochs

Returned by

nodeData query