GET
/
eigenlayer
/
operator-strategies
Operator Strategies
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/operator-strategies
{
  "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>"
      }
    }
  ]
}

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[]