GET
/
stakers
/
{address}
curl --request GET \
  --url https://api.eigenexplorer.com/stakers/{address}
{
  "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
    }
  }
}

Path Parameters

address
string
required

The address of the staker

Query Parameters

withTvl
enum<string>
default: false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false

Response

200 - application/json
address
string
required

The contract address of the staker

operatorAddress
string
required

The address of the operator

shares
object[]
required
tvl
object

The total value locked (TVL) in the AVS staker