GET
/
v1
/
validator
/
get_validators
{
  "items": {
    "1": {
      "BLSKey": "0x1234567890abcdef",
      "isOptedIn": true
    }
  }
}

Query Parameters

epoch
string

Epoch number for which to get the validators

Response

200
application/json
A successful response.

Response for GetValidators

items
object

Map of slots numbers to validator bls key and isOptedIn boolean value