curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/ecosystem-avs
{
"data": {
"avs": 123
}
}
Returns the latest avs count.
curl --request GET \
--url https://api.blockflow.network/rest/eigenlayer/ecosystem-avs
{
"data": {
"avs": 123
}
}
Latest stats fetched successfully.
The response is of type object
.