GET
/
eigenlayer
/
pod-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/pod-info
{
  "data": {
    "pod": "<string>",
    "staker": "<string>",
    "strategy": "<string>",
    "amount": "<string>",
    "updatedAt": {
      "blockNumber": "<string>",
      "blockTimestamp": "2023-11-07T05:31:56Z",
      "transactionHash": "<string>"
    }
  }
}

Query Parameters

pod
string

The unique identifier of the pod.

staker
string

The address of the staker associated with the pod.

Response

200
application/json
Successful response containing pod details and associated staker shares.
data
object