Skip to main content

Validators

POST

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.
Responses
jsonrpcstringrequired
idintegerrequired
block_heightstring
addressstring
typestring
valuestring
voting_powerstring
proposer_prioritystring
countstring
totalstring
cURL
curl -X POST 'https://rpc-injective-mainnet.nodit.io' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "Validators",
"params": []
}'