Skip to main content
Version: testnet (v0.75)

Get network data

GET 

/api/v2/network/data

Get data regarding the nodes of the network

Request

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[]

    IDs of nodes that were demoted into this node set at the start of the epoch.

    inactive int64

    Number of nodes in the node set that had a performance score of 0 at the end of the last epoch.

    maximum int64

    Total number of nodes allowed in the node set.

    promoted string[]

    IDs of nodes that were promoted into this node set at the start of the epoch.

    total int64

    Total number of nodes in the node set.

    inactiveNodes int64

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

    pendingNodes object

    Details on the set of pending nodes in the network.

    demoted string[]

    IDs of nodes that were demoted into this node set at the start of the epoch.

    inactive int64

    Number of nodes in the node set that had a performance score of 0 at the end of the last epoch.

    maximum int64

    Total number of nodes allowed in the node set.

    promoted string[]

    IDs of nodes that were promoted into this node set at the start of the epoch.

    total int64

    Total number of nodes in the node set.

    stakedTotal string

    Total staked amount across all nodes. This field is an unsigned integer scaled to the asset's decimal places.

    tendermintNodes object

    Details on the set of consensus nodes in the network.

    demoted string[]

    IDs of nodes that were demoted into this node set at the start of the epoch.

    inactive int64

    Number of nodes in the node set that had a performance score of 0 at the end of the last epoch.

    maximum int64

    Total number of nodes allowed in the node set.

    promoted string[]

    IDs of nodes that were promoted into this node set at the start of the epoch.

    total int64

    Total number of nodes in the node set.

    totalNodes int64

    Total number of nodes across all node sets.

    uptime float

    Total uptime for all epochs across all nodes.

Loading...