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.
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 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