cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/all-stakers \ --header 'x-api-key: <api-key>'
{ "data": [ { "staker": "<string>", "operator": "<string>", "strategies": [ { "strategy": "<string>" } ], "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalStakers": 123, "uniqueOperators": 123, "strategyDistribution": {}, "averageStrategiesPerStaker": 123 } } }
Fetch staker information with pagination
Page number for pagination
Number of results per page
A list of stakers with pagination and statistics
Show child attributes