cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/validators \ --header 'Key: <api-key>'
{ "200": { "block_height": "<string>", "validators": [ {} ], "count": "<string>", "total": "<string>" } }
Get validator set at a specified height
Show Properties