cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/pod-info \ --header 'x-api-key: <api-key>'
{ "data": { "pod": "<string>", "staker": "<string>", "strategy": "<string>", "amount": "<string>", "updatedAt": { "blockNumber": "<string>", "blockTimestamp": "2023-11-07T05:31:56Z", "transactionHash": "<string>" } } }
Fetches the latest details of a pod or a staker’s associated pod and shares.
The unique identifier of the pod.
The address of the staker associated with the pod.
Successful response containing pod details and associated staker shares.
Show child attributes