cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/pod-historical \ --header 'x-api-key: <api-key>'
{ "staker": "<string>", "strategy": "<string>", "token": "<string>", "history": [ { "shares": "<string>", "blockNumber": "<string>", "blockTimestamp": "2023-11-07T05:31:56Z" } ], "meta": { "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasMore": true } }
Fetches paginated shares history for a specific pod along with metadata.
The unique identifier of the pod.
The page number for pagination. Defaults to 1.
The number of items per page for pagination. Defaults to 50.
Successful response containing shares history and metadata.
The staker associated with the pod.
The strategy used by the staker.
The token associated with the shares.
Show child attributes