Last updated 8 months ago
The validator set at the latest block height
const response = await fetch('https://akt.nownodes.io/validatorsets/latest', { method: 'GET', headers: {}, }); const data = await response.json();
{ "block_height": "text", "validators": [ { "address": "cosmosvaloper16xyempempp92x9hyzz9wrgf94r6j9h5f2w4n2l", "pub_key": "cosmosvalconspub1zcjduepq0vu2zgkgk49efa0nqwzndanq5m4c7pa3u4apz4g2r9gspqg6g9cs3k9cuf", "voting_power": "1000", "proposer_priority": "1000" } ] }