AVS
Retrieve all stakers for a given AVS address
Returns all stakers for a given AVS address. This endpoint supports pagination.
GET
/
avs
/
{address}
/
stakers
Path Parameters
address
string
requiredAVS service manager contract address
Query Parameters
withTvl
enum<string>
default: falseToggle whether the route should calculate the TVL from shares
Available options:
true
, false
updatedSince
string
Fetch stakers updated since this timestamp
skip
string
default: 0The number of records to skip for pagination
take
string
default: 12The number of records to return for pagination
Response
200 - application/json
data
object[]
requiredmeta
object
requiredWas this page helpful?