cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/staker-historical \ --header 'x-api-key: <api-key>'
{ "data": [ { "staker": "<string>", "operator": "<string>", "strategies": [ { "strategy": "<string>" } ], "updatedAt": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true, "statistics": { "totalEntries": 123, "uniqueOperators": 123, "totalStrategies": 123 } } }
Fetch a paginated list of staker details with global statistics
Page number for pagination, defaults to 1
Number of items per page, defaults to 12
The staker address to filter by
Paginated list of staker details with global statistics
Show child attributes