Skip to main content
Version: mainnet (v0.71)

List nodes

Get a list of the nodes on the network along with the related information.

Query Parameters
    epochSeq uint64

    Epoch number to list nodes for, if provided.

    pagination.first int32

    Number of records to be returned that sort greater than row identified by cursor supplied in 'after'.

    pagination.after string

    If paging forwards, the cursor string for the last row of the previous page.

    pagination.last int32

    Number of records to be returned that sort less than row identified by cursor supplied in 'before'.

    pagination.before string

    If paging forwards, the cursor string for the first row of the previous page.

    pagination.newestFirst boolean

    Newest records first, older records last, default is true.

Responses

A successful response.


Schema
    nodes object

    Page of node data and corresponding page information.

    edges object[]

    Page of node data and their corresponding cursors.

    cursor string
    node object

    Data specific to a single node on the Vega network.

    avatarUrl string
    delegations object[]

    Node's delegations.

    amount string
    epochSeq string
    nodeId string
    party string
    epochData object

    Information about epoch.

    offline int32
    online int32
    total int32
    ethereumAddress string
    id string
    infoUrl string
    location string
    maxIntendedStake string
    name string
    pendingStake string
    pubKey string
    rankingScore object

    Node ranking information.

    performanceScore string
    previousStatus Validation status of the node

    Possible values: [VALIDATOR_NODE_STATUS_UNSPECIFIED, VALIDATOR_NODE_STATUS_TENDERMINT, VALIDATOR_NODE_STATUS_ERSATZ, VALIDATOR_NODE_STATUS_PENDING]

    rankingScore string
    stakeScore string
    status Validation status of the node

    Possible values: [VALIDATOR_NODE_STATUS_UNSPECIFIED, VALIDATOR_NODE_STATUS_TENDERMINT, VALIDATOR_NODE_STATUS_ERSATZ, VALIDATOR_NODE_STATUS_PENDING]

    votingPower int64
    rewardScore object

    Node reward score.

    multisigScore string
    normalisedScore string
    performanceScore string
    rawValidatorScore string
    validatorScore string
    validatorStatus Validation status of the node

    Possible values: [VALIDATOR_NODE_STATUS_UNSPECIFIED, VALIDATOR_NODE_STATUS_TENDERMINT, VALIDATOR_NODE_STATUS_ERSATZ, VALIDATOR_NODE_STATUS_PENDING]

    stakedByDelegates string
    stakedByOperator string
    stakedTotal string
    status Node status type

    Possible values: [NODE_STATUS_UNSPECIFIED, NODE_STATUS_VALIDATOR, NODE_STATUS_NON_VALIDATOR]

    tmPubKey string
    pageInfo object

    Page information that is used for fetching further pages.

    endCursor string
    hasNextPage boolean
    hasPreviousPage boolean
    startCursor string
Loading...