cURL
curl --request GET \ --url https://api.blockflow.network/rest/eigenlayer/avs-info \ --header 'x-api-key: <api-key>'
{ "data": { "avsDetails": { "avs": "<string>", "metadataURI": "<string>" }, "metadata": { "name": "<string>", "description": "<string>", "logo": "<string>", "website": "<string>", "telegram": "<string>", "discord": "<string>", "x": "<string>" }, "operatorStats": { "totalOperators": 123, "strategySummary": [ { "strategy": "<string>", "shares": "<string>", "tokens": "<string>", "tvl": "<string>", "tokenDetails": { "name": "<string>", "symbol": "<string>", "sharesUnderlying": "<string>", "dollarPrice": "<string>", "decimals": "<string>", "ethprice": "<string>" } } ] } } }
Fetches AVS details along with metadata and operator statistics.
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.
The AVS identifier to fetch details for.
AVS details fetched successfully.
Show child attributes