cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/all-operators \ --header 'x-api-key: <api-key>'
{ "data": [ { "operator": "<string>", "metadataURI": "<string>", "name": "<string>", "logo": "<string>", "timestamp": "2023-11-07T05:31:56Z", "avsCount": 123 } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalOperators": 123, "totalAVSs": 123, "totalStakers": 123 } } }
Fetches the latest operator details with metadata and associated statistics.
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 operator data
Show child attributes