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

Get network data

Get data regarding the nodes of the network

Responses

A successful response.


Schema
    nodeData object

    Summary of information with respect to nodes on the Vega network.

    ersatzNodes object

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

    demoted string[]
    inactive int64
    maximum int64
    promoted string[]
    total int64
    inactiveNodes int64
    pendingNodes object

    Details on the set of pending nodes in the network.

    demoted string[]
    inactive int64
    maximum int64
    promoted string[]
    total int64
    stakedTotal string
    tendermintNodes object

    Details on the set of consensus nodes in the network.

    demoted string[]
    inactive int64
    maximum int64
    promoted string[]
    total int64
    totalNodes int64
    uptime float
Loading...