Skip to main content
GET
/
eigenlayer
/
avs-apy
AVS APY
curl --request GET \
  --url https://api.blockflow.network/rest/eigenlayer/avs-apy \
  --header 'x-api-key: <api-key>'
{
  "avsAddress": "<string>",
  "apy": 123,
  "strategyApys": [
    {
      "strategy": "<string>",
      "strategyTvl": 123,
      "totalApy": 123,
      "tokenApys": [
        {
          "token": "<string>",
          "apy": 123,
          "duration": 123,
          "rewardInEth": 123
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rescan.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

avs
string
required

The AVS address for which APY data is requested.

Response

APY calculation successful.

avsAddress
string

The AVS address provided.

apy
number

The total APY for the AVS address.

strategyApys
object[]