cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/ecosystem-tvl \ --header 'x-api-key: <api-key>'
{ "data": { "strategies": [ { "strategy": "<string>", "name": "<string>", "symbol": "<string>", "shares": "<string>", "tokens": "<string>", "tvl": "<string>", "sharesUnderlying": "<string>", "dollarPrice": "<string>", "ethPrice": "<string>", "decimals": "<string>" } ], "metadata": { "totalShares": "<string>" }, "tokenStatistics": { "uniqueTokens": 123, "totalTokenValue": 123 } } }
Returns the total value locked [Actively Delegated]
Documentation IndexFetch the complete documentation index at: https://docs.rescan.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rescan.dev/llms.txt
Use this file to discover all available pages before exploring further.
Latest stats and token details fetched successfully.
Show child attributes