1. Tendermint
  2. List Validator Set
GET

/cosmos/base/tendermint/v1beta1/validatorsets/latest

curl --request GET \
     --url https://api.sonr.network/cosmos/base/tendermint/v1beta1/validatorsets/latest \

🏗️ Under Construction

{
  "block_height": "string",
  "validators": [
    {
      "address": "string",
      "pub_key": {
        "@type": "string"
      },
      "voting_power": "string",
      "proposer_priority": "string"
    }
  ],
  "pagination": {
    "next_key": "string",
    "total": "string"
  }
}