Stakers
Retrieve a staker by address
Returns a staker record by address.
GET
/
stakers
/
{address}
Path Parameters
address
string
requiredThe address of the staker
Query Parameters
withTvl
enum<string>
default: falseToggle whether the route should calculate the TVL from shares
Available options:
true
, false
Response
200 - application/json
address
string
requiredThe contract address of the staker
operatorAddress
string
requiredThe address of the operator
createdAtBlock
string
requiredThe block number at which the Staker made first delegation
updatedAtBlock
string
requiredThe block number at which the Staker made last delegation
createdAt
string
requiredThe time stamp at which the Staker made first delegation
updatedAt
string
requiredThe time stamp at which the Staker made last delegation
shares
object[]
requiredtvl
object
The total value locked (TVL) in the AVS staker
Was this page helpful?