GET
/
eigenlayer
/
ecosystem-deposits
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/ecosystem-deposits
{
  "data": {
    "totalDeposits": 123
  }
}

Response

200
application/json
Total deposit count fetched successfully.
data
object