GET
/
eigenlayer
/
staker-info
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/staker-info
{
  "staker": "<string>",
  "operator": "<string>",
  "strategies": "<string>",
  "stakerUpdatedAt": {
    "blockNumber": "<string>",
    "blockTimestamp": "<string>",
    "transactionHash": "<string>"
  },
  "operatorDetails": {
    "metadataURI": "<string>",
    "details": "<string>",
    "operatorUpdatedAt": {
      "blockNumber": "<string>",
      "blockTimestamp": "<string>",
      "transactionHash": "<string>"
    },
    "operatorCreatedAt": {
      "blockNumber": "<string>",
      "blockTimestamp": "<string>",
      "transactionHash": "<string>"
    }
  },
  "metadata": {
    "metadataURI": "<string>",
    "synced": "<string>",
    "name": "<string>",
    "description": "<string>",
    "logo": "<string>",
    "website": "<string>",
    "telegram": "<string>",
    "discord": "<string>",
    "x": "<string>"
  }
}

Query Parameters

staker
string
required

The staker address to fetch details for

Response

200
application/json
Staker details fetched successfully.
staker
string

The staker address.

operator
string

The operator associated with the staker.

strategies
string

The strategies associated with the staker.

stakerUpdatedAt
object

The latest update details for the staker.

operatorDetails
object

Details of the associated operator.

metadata
object

Additional metadata information.