Skip to main content
GET
/
eigenlayer
/
pod-info
Pod Info
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>"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.rescan.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

pod
string

The unique identifier of the pod.

staker
string

The address of the staker associated with the pod.

Response

Successful response containing pod details and associated staker shares.

data
object