GET
/
lat
/
{address}
/
staker-nodes
Retrieve staker nodes for a LAT
curl --request GET \
  --url https://api.area.club/lat/{address}/staker-nodes
{
  "address": "0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613",
  "maxNodes": 10,
  "stakerNodes": [
    {
      "address": "0x726b7b686745805a5941cc39aa761eca2f570a79",
      "nodeId": 0,
      "operatorDelegation": "0x5accc90436492f24e6af278569691e2c942a676d",
      "liquidTokenAddress": "0xfd186d28c03a2847eaa9365847547466166d706b",
      "createdAtBlock": 22043696,
      "createdAt": "2025-03-14T07:41:47.000Z",
      "updatedAtBlock": 22043699,
      "updatedAt": "2025-03-14T07:41:50.000Z",
      "assets": [
        {
          "nodeAddress": "0x726b7b686745805a5941cc39aa761eca2f570a79",
          "asset": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
          "strategy": "0x93c4b944D05dfe6df7645A86cd2206016c51564D",
          "stakedAmount": "7500000000000000000",
          "eigenLayerShares": "7071856349086192297"
        }
      ]
    }
  ]
}

Path Parameters

address
string
required

LAT contract address (proxy)

Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Response

200
application/json

Staker Nodes for the specified LAT

The response is of type object.