Skip to main content
GET
/
validators
validators
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/validators
{
  "jsonrpc": "2.0",
  "id": 0,
  "result": {
    "block_height": "55",
    "validators": [
      {
        "address": "000001E443FD237E4B616E2FA69DF4EE3D49A94F",
        "pub_key": {
          "type": "tendermint/PubKeyEd25519",
          "value": "9tK9IT+FPdf2qm+5c2qaxi10sWP+3erWTKgftn2PaQM="
        },
        "voting_power": "239727",
        "proposer_priority": "-11896414"
      }
    ],
    "count": "1",
    "total": "25"
  }
}

Query Parameters

height
integer
default:0

height to return. If no height is provided, it will fetch validator set which corresponds to the latest block.

Example:

1

page
integer
default:1

Page number (1-based)

Example:

1

per_page
integer
default:30

Number of entries per page (max: 100)

Example:

30

Response

Commit results.

jsonrpc
string
required
Example:

"2.0"

id
integer
required
Example:

0

result
object
required