Skip to main content

validators REST API Endpoint

Retrieves a validator set at a specified height.

Updated on
May 15, 2024

validators REST API Endpoint

Query Parameters

height
integer
REQUIRED
The height to return. If no height is provided, the validator set corresponding to the latest block is to be fetched. The default value is 0
page
integer
REQUIRED
The page number (1-based). The default value is 1
per_page
integer
REQUIRED
The number of entries per page. The default value is 30

Returns

result
object
The result object with the following fields:
block_height
The height of the block at which the validator set was observed
validators
array
An array containing information about validators.
address
The address of the validator
pub_key
object
The public key of the validator
type
The type of the public key
value
The value of the public key
voting_power
The total voting power of the validator
proposer_priority
The priority of the validator for proposing blocks
count
The number of validators in the current set
total
The total number of validators in the network
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free