cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/ecosystem-stakers \ --header 'x-api-key: <api-key>'
{ "data": { "allTime": 123, "delegatedWithOperator": 123, "undelegatedWithoutOperator": 123 } }
Returns the stake summary including total unique stakers, delegated stakes, and undelegated stakes based on the latest record for each staker.
Stake summary fetched successfully.
Show child attributes
Total number of unique stakers.
Number of stakers who have delegated stakes with an operator.
Number of stakers who have not delegated stakes and do not have an operator.