Get network data
Get data regarding the nodes of the network
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
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
{
"nodeData": {
"ersatzNodes": {
"demoted": [
"string"
],
"inactive": 0,
"maximum": 0,
"promoted": [
"string"
],
"total": 0
},
"inactiveNodes": 0,
"pendingNodes": {
"demoted": [
"string"
],
"inactive": 0,
"maximum": 0,
"promoted": [
"string"
],
"total": 0
},
"stakedTotal": "string",
"tendermintNodes": {
"demoted": [
"string"
],
"inactive": 0,
"maximum": 0,
"promoted": [
"string"
],
"total": 0
},
"totalNodes": 0,
"uptime": 0
}
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...