GET
/
avs
/
{address}
/
allocations
curl --request GET \
  --url https://api.eigenexplorer.com/avs/{address}/allocations \
  --header 'X-API-Token: <x-api-token>'
{
  "data": [
    {
      "avsAddress": "0xba7cda36abeb28ad200591e6e4a963359b1f43df",
      "operatorSetId": 0,
      "operatorAddress": "0xd9322bb31f42c7caa12daad49699d655393f9524",
      "strategyAddress": "0x7d704507b76571a51d9cae8addabbfd0ba0e63d3",
      "magnitude": "100000",
      "effectBlock": 3326552,
      "createdAt": "2025-02-01T00:00:00.000Z",
      "createdAtBlock": 3325343,
      "updatedAt": "2025-02-01T00:00:00.000Z",
      "updatedAtBlock": 3325343
    }
  ],
  "meta": {
    "total": 30,
    "skip": 0,
    "take": 12
  }
}

Headers

X-API-Token
string
required

API Token for authentication

Path Parameters

address
string
required

AVS service manager contract address

Example:

"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"

Query Parameters

operatorAddress
string

The address of the Operator

operatorSetId
string
strategyAddress
string

The address of the restaking strategy

Response

200
application/json
The list of allocations.
data
object[]
required
meta
object
required