Get Validators
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequiredDefault:
The network
mainnetPossible values: Responses
200
OK
application/json
created_atstringOptionalExample:
The date and time when the validator was created.
2023-07-21T20:33:24ZindexintegerOptionalExample:
The index of the validator.
112948public_keystringOptionalExample:
The public key of the validator.
0x80002a239517f5034e51bccb897f783eb38147538b661e2c870c302cbefa48d86178a0f8ffdf75eb9f07e0afdfef3cd2statusstringOptionalExample:
The status of the validator.
active_ongoingwithdrawal_addressstringOptionalExample:
The address where the rewards will be sent. Upon exiting, the initial deposit will also be withdrawn to this address.
0x86008d099756bf129d332d0a923311e935ba936075sender_addressstringOptionalExample:
The address of the signer.
0xA10356D2D0d87E176C35DA9f28db4E47db6ceB00networkstring · enumOptionalPossible values:
The network
is_ssvboolOptionalExample:
Whether this is a SSV validator or not.
false400
Bad Request
application/json
401
Bad Request
application/json
403
Bad Request
application/json
500
Bad Request
application/json
get
/v1/api/ethereum/{network}/validatorsLast updated