Validators list
Get a list of validators
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"
}
GET /validators
Request
Request
curl / cURL
curl -L -X GET 'https://vega-data.nodes.guru:3008/validators' \
-H 'Accept: application/json'
python / requests
curl -L -X GET 'https://vega-data.nodes.guru:3008/validators' \
-H 'Accept: application/json'
go / native
curl -L -X GET 'https://vega-data.nodes.guru:3008/validators' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET 'https://vega-data.nodes.guru:3008/validators' \
-H 'Accept: application/json'