GET
/
lat
/
operators
/
{address}
Retrieve Operator details
curl --request GET \
  --url https://api.area.club/lat/operators/{address}
{
  "data": {
    "operatorAddress": "0xa4e245c3a1cb2f0512a71b9cd908dca2f1641781",
    "metadata": {
      "metadataName": "Kiln",
      "metadataDescription": "Kiln is the leading staking platform with over $7B stake under management, running over 4% of the Ethereum network.",
      "metadataDiscord": "",
      "metadataLogo": "https://raw.githubusercontent.com/kilnfi/public/main/icon.png",
      "metadataTelegram": "",
      "metadataWebsite": "https://kiln.fi",
      "metadataX": "https://twitter.com/Kiln_finance",
      "totalStakers": 1730,
      "tvl": 14045.306990857485
    },
    "liquidTokens": [
      "0xaa4398a908cae395dff7f5d620e5899905b52723"
    ],
    "stakerNodeAssets": [
      {
        "nodeAddress": "0x5696191d573b3cf282886028ad94edb8f586dba4",
        "nodeId": 2,
        "assets": [
          {
            "asset": "0x3f1c547b21f65e10480de3ad8e19faac46c95034",
            "strategy": "0x7D704507b76571a51d9caE8AdDAbBFd0ba0e63d3",
            "stakedAmount": "338936078743497835",
            "eigenLayerShares": "402974731021952492"
          }
        ]
      }
    ],
    "tvl": {
      "tvl": 0.6666606411338315,
      "tvlStrategies": {
        "stETH": 0.33879547162730034,
        "sfrxETH": 0.2978332589227976
      },
      "tvlStrategiesEth": {
        "stETH": 0.33814533238964134,
        "sfrxETH": 0.32851530874419016
      }
    }
  }
}

Path Parameters

address
string
required

Address of the Operator

Example:

"0xdbed88d83176316fc46797b43adee927dc2ff2f5"

Query Parameters

withTvl
enum<string>
default:false

Toggle whether the route should calculate the TVL from shares

Available options:
true,
false
Example:

"false"

Response

200
application/json

Operator details

The response is of type object.