Ecosystem
Operators
Withdrawals
Deposits
Distribution Roots
Ecosystem
Total AVS
Returns the latest avs count.
GET
/
eigenlayer
/
ecosystem-avs
Copy
curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/ecosystem-avs
Copy
{
"data": {
"avs": 123
}
}
Response
200
application/json
Latest stats fetched successfully.
The response is of type object
.
Copy
curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/ecosystem-avs
Copy
{
"data": {
"avs": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.