Get Validators

get

Retrieves a list of validators established by the user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
networkstring · enumRequired

The network

Default: mainnetPossible values:
Responses
chevron-right
200

OK

application/json
created_atstringOptional

The date and time when the validator was created.

Example: 2023-07-21T20:33:24Z
indexintegerOptional

The index of the validator.

Example: 112948
public_keystringOptional

The public key of the validator.

Example: 0x80002a239517f5034e51bccb897f783eb38147538b661e2c870c302cbefa48d86178a0f8ffdf75eb9f07e0afdfef3cd2
statusstringOptional

The status of the validator.

Example: active_ongoing
withdrawal_addressstringOptional

The address where the rewards will be sent. Upon exiting, the initial deposit will also be withdrawn to this address.

Example: 0x86008d099756bf129d332d0a923311e935ba936075
sender_addressstringOptional

The address of the signer.

Example: 0xA10356D2D0d87E176C35DA9f28db4E47db6ceB00
networkstring · enumOptional

The network

Possible values:
is_ssvboolOptional

Whether this is a SSV validator or not.

Example: false
get
/v1/api/ethereum/{network}/validators

Last updated