Retrieve all stakers for a given AVS address
AVS
Retrieve all stakers for a given AVS address
Returns all stakers for a given AVS address. This endpoint supports pagination.
GET
Retrieve all stakers for a given AVS address
Headers
API Token for authentication
Path Parameters
AVS service manager contract address
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"
Query Parameters
Toggle whether the route should calculate the TVL from shares
Available options:
true, false Example:
"false"
Fetch stakers updated since this timestamp
Example:
"2024-04-11T08:31:11.000Z"
The number of records to skip for pagination
Example:
0
The number of records to return for pagination
Example:
12