cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/all-avs \ --header 'x-api-key: <api-key>'
{ "data": [ { "avs": "<string>", "metadataURI": "<string>", "operatorCount": 123, "name": "<string>", "description": "<string>", "logo": "<string>", "website": "<string>", "telegram": "<string>", "discord": "<string>", "x": "<string>" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalAVS": 123, "totalOperators": 123 } } }
Fetches paginated AVS details, including operator counts and associated metadata.
Documentation IndexFetch the complete documentation index at: https://docs.rescan.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rescan.dev/llms.txt
Use this file to discover all available pages before exploring further.
The page number for pagination (default is 1).
The number of items per page (default is 12).
Successful response with AVS data.
Show child attributes