Get Validators

Retrieves a list of validators established by the user.

Models

Get Validators API Response (Status 200)

[
  {
    "created_at": "2023-07-21T20:33:24Z",
    "index": 112948,
    "public_key": "0x80002a239517f503.....75eb9f07e0afdfef3cd2",
    "rewards": {
      "all": 267626726,
      "last_30_days": 120272088,
      "last_365_days": 267626726
    },
    "status": "active_ongoing",
    "withdrawal_address": "0x86008d099756bf.........a923311e935ba936075"
  }
]

Last updated