Retrieve a staker by address
Returns a staker record by address.
Headers
API Token for authentication
Path Parameters
The address of the staker
"0x9791fdb4e9c0495efc5a1f3f9271ef226251eb34"
Query Parameters
Toggle whether the route should calculate the TVL from shares
true
, false
"false"
Toggle whether the route should return Avs/Operator rewards APY data
true
, false
"false"
Response
The contract address of the staker
"0x0000006c21964af0d420af8992851a30fa13a68b"
The address of the operator
"0x71c6f7ed8c2d4925d0baf16f6a85bb1736d412eb"
The block number at which the Staker made first delegation
"19631203"
The block number at which the Staker made last delegation
"19631203"
The time stamp at which the Staker made first delegation
"2024-04-11T08:31:11.000Z"
The time stamp at which the Staker made last delegation
"2024-04-11T08:31:11.000Z"
The reward details for the Staker
The total value locked (TVL) in the AVS staker
{
"tvl": 1000000,
"tvlBeaconChain": 1000000,
"tvlWETH": 1000000,
"tvlRestaking": 1000000,
"tvlStrategies": { "Eigen": 1000000, "cbETH": 2000000 },
"tvlStrategiesEth": { "stETH": 1000000, "cbETH": 2000000 }
}