---
title: "GET /v1/validators/{address}"
method: GET
path: "/v1/validators/{address}"
tags: ["Validators"]
---

# GET /v1/validators/{address}

`GET /v1/validators/{address}`

## Path parameters

- `address` string, required — Validator Address

## Response `200`

Return a validator information

- object
  - `operatorAddress` string, required
  - `address` string, nullable, required
  - `moniker` string, required
  - `keybaseUsername` string, nullable, required
  - `keybaseAvatarUrl` string, nullable, required
  - `votingPower` number, required
  - `commission` number, required
  - `maxCommission` number, required
  - `maxCommissionChange` number, required
  - `identity` string, required
  - `description` string, required
  - `website` string, required
  - `rank` number, required

## Other responses

- `400` — Invalid address
- `404` — Validator not found

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
