cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/operator-historical \ --header 'x-api-key: <api-key>'
{ "data": [ { "operator": "<string>", "avs": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true } }
Retrieves paginated operator statistics for a specific operator, including global metadata.
The page number for pagination. Defaults to 1.
The number of items per page for pagination. Defaults to 12.
The unique identifier for the operator.
Successful response with operator statistics data.
Show child attributes
The operator identifier.
The AVS associated with the operator.
Last update timestamp.
Total number of records.
Current page number.
Number of items per page.
Total number of pages.
Whether more pages are available.