Skip to main content
GET
/
eigenlayer
/
operator-strategies
Operator Strategies
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/operator-strategies \
  --header 'x-api-key: <api-key>'
{
  "operator": "<string>",
  "totalStakers": 123,
  "strategiesTVL": [
    {
      "strategy": "<string>",
      "totalShares": "<string>",
      "tokens": "<string>",
      "tvl": "<string>",
      "tokenDetails": {
        "name": "<string>",
        "symbol": "<string>",
        "sharesUnderlying": "<string>",
        "dollarPrice": "<string>",
        "decimals": "<string>",
        "ethPrice": "<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

operator
string
required

The operator address to fetch TVL for.

Response

Operator TVL details fetched successfully.

operator
string

The operator address.

totalStakers
integer

The total number of stakers for the operator.

strategiesTVL
object[]