Skip to main content

/pallets/staking/validators REST API Endpoint

Returns a list of all validators addresses and their corresponding status which can be either active or waiting. It will also return a list of active validators that will not be part of the next era for staking. They will be under the key 'validatorsToBeChilled'. It's important to note, that addresses can be present in both the 'validators' key, and 'validatorsToBeChilled'.

Updated on
Sep 2, 2024

/pallets/staking/validators REST API Endpoint

Query Parameters

at
string
The block at which to retrieve the list of validators.

Returns

at
object
An object containing information about the state.
hash
string
The hash of the block at the specified state.
height
string
The height of the block at the specified state.
validators
array
An array of objects, each representing a validator.
address
string
The address of the validator.
status
string
The current status of the validator.
validatorsToBeChilled
array
An array of objects, each representing a validator scheduled to be chilled.
address
string
The address of the validator to be chilled.
status
string
The current status of the validator to be chilled
Request
1
curl 'https://docs-demo.dot-mainnet.quiknode.pro/pallets/staking/validators'
2
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free