GET
/
stakers
curl --request GET \
  --url https://api.eigenexplorer.com/stakers
{
  "data": [
    {
      "address": "0x0000006c21964af0d420af8992851a30fa13a68b",
      "operatorAddress": "0x71c6f7ed8c2d4925d0baf16f6a85bb1736d412eb",
      "shares": [
        {
          "stakerAddress": "0x0000006c21964af0d420af8992851a30fa13c68a",
          "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564a",
          "shares": "40888428658906049"
        }
      ],
      "tvl": {
        "tvl": 1000000,
        "tvlBeaconChain": 1000000,
        "tvlWETH": 1000000,
        "tvlRestaking": 1000000,
        "tvlStrategies": {
          "Eigen": 1000000,
          "cbETH": 2000000
        },
        "tvlStrategiesEth": {
          "stETH": 1000000,
          "cbETH": 2000000
        }
      }
    }
  ],
  "meta": {
    "total": 30,
    "skip": 123,
    "take": 12
  }
}

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
skip
string
default: 0

The number of records to skip for pagination

take
string
default: 12

The number of records to return for pagination

Response

200 - application/json
data
object[]
required
meta
object
required