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

Get node

Get information about a given node

Path Parameters
    id string required

    Node ID to get data for.

Responses

A successful response.


Schema
    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
Loading...