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

Validators list

GET 

/validators

Get a list of validators. This endpoint may not be exposed by mainnet nodes.

Request

Responses

A successful response.

Schema
    validators object[]
  • Array [
  • added Flag indicating if the validator has been added to or removed from vega
    avatarUrl AvatarURL of the validator
    country Country code (ISO 3166-1 alpha-2) for the location of the node
    epochSeq uint64
    ethereumAddress Ethereum public key of validator node
    fromEpoch uint64
    infoUrl URL with more info on the node
    name Name of the validator
    nodeId Node ID of the validator node
    submitterAddress Ethereum public key being used as the submitter to allow automatic signature generation
    tmPubKey Public key of Tendermint
    vegaPubKey Vega public key of validator node
    vegaPubKeyIndex int64
  • ]
Loading...