cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/ecosystem-stakers
{ "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.
The response is of type object.
object