GET
/
lat
/
avs
/
{address}
Retrieve all LATs for a specific AVS
curl --request GET \
  --url https://api.area.club/lat/avs/{address}
{
  "data": [
    {
      "address": "0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613",
      "symbol": "xEigenDA-ETH"
    }
  ]
}

Path Parameters

address
string
required

Address of the AVS

Example:

"0x870679e138bcdf293b7ff14dd44b70fc97e12fc0"

Response

200
application/json

List of LATs for the specified AVS

The response is of type object.