cURL
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>" } } ] }
Returns the TVL for a specific operator, including details for each strategy and total stakers.
The operator address to fetch TVL for.
Operator TVL details fetched successfully.
The response is of type object.
object