GET
/
stakers
/
{address}

Headers

X-API-Token
string
required

API Token for authentication

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
withRewards
enum<string>
default:
false

Toggle whether the route should return Avs/Operator rewards APY data

Available options:
true,
false

Response

200 - application/json
address
string
required

The contract address of the staker

createdAt
string
required

The time stamp at which the Staker made first delegation

createdAtBlock
string
required

The block number at which the Staker made first delegation

operatorAddress
string
required

The address of the operator

rewards
object
required

The reward details for the Staker

shares
object[]
required
updatedAt
string
required

The time stamp at which the Staker made last delegation

updatedAtBlock
string
required

The block number at which the Staker made last delegation

tvl
object

The total value locked (TVL) in the AVS staker