Skip to main content

Validators

GET

Retrieves the validator list at the specified block height.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Query Parameters
heightstring
Block height to query validators.
pagestring
Page number.
per_pagestring
Number of items per page.
Responses
jsonrpcstringrequired
idintegerrequired
block_heightstring
addressstring
typestring
valuestring
voting_powerstring
proposer_prioritystring
countstring
totalstring
cURL
curl -X GET 'https://rpc-initia-mainnet.nodit.io/validators?height=1&page=1&per_page=20' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'