Validators list
GEThttps://vega-data.nodes.guru:3008/validators
Get a list of validators. This endpoint may not be exposed by mainnet nodes.
Request
Responses
- 200
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
validators object[]
{
"validators": [
{
"added": true,
"avatarUrl": "string",
"country": "string",
"epochSeq": "string",
"ethereumAddress": "string",
"fromEpoch": "string",
"infoUrl": "string",
"name": "string",
"nodeId": "string",
"submitterAddress": "string",
"tmPubKey": "string",
"vegaPubKey": "string",
"vegaPubKeyIndex": 0
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
code int32
details object[]
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
- curl
- python
- go
- nodejs
- CURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/validators' \
-H 'Accept: application/json'