/cosmos/staking/v1beta1/validators

Validators queries all validators that match the given status.

Parameters:

None

Example:

// Request
curl -X GET -H 'Content-Type: application/json' https://zetachain.blockpi.network/lcd/v1/<your-api-key>/cosmos/staking/v1beta1/validators

// Result
{
  "validators": [
    {
      "operator_address": "zetavaloper1t4zkm98wf625k7y5ntv850rqzy3rd4a05vzq2r",
      "consensus_pubkey": {
        "@type": "/cosmos.crypto.ed25519.PubKey",
        "key": "pYQNipc5czjiOtf2EYB5JO5lHlXYK/RmH+npxXx15Z0="
      },
      "jailed": false,
      "status": "BOND_STATUS_BONDED",
      "tokens": "1100002000000000000002674",
      "delegator_shares": "1100002000000000000002674.000000000000000000",
      "description": {
        "moniker": "validator2",
        "identity": "",
        "website": "",
        "security_contact": "",
        "details": ""
      },