cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/ecosystem-deposits
{ "data": { "totalDeposits": 123 } }
Returns the total count of deposits where the action is ‘SHARES_DEPOSITED_IN_STRATEGY’.
Total deposit count fetched successfully.
The response is of type object.
object