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.
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>"
}
}
]
}
}
}The AVS identifier to fetch details for.
AVS details fetched successfully.
Show child attributes
Show child attributes
The total number of operators associated with the AVS.
Show child attributes
The strategy identifier.
The total shares allocated to the strategy.
The calculated tokens based on shares and decimals.
The total value locked calculated based on token price and shares.
Show child attributes