GET
/
lat
/
assets
Retrieve all supported tokens with their LATs
curl --request GET \
  --url https://api.area.club/lat/assets
{
  "data": [
    {
      "tokenAddress": "0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549",
      "tokenSymbol": "LsETH",
      "tokenName": "Liquid Staked ETH",
      "tokenDecimals": 18,
      "tokenCmcId": 23782,
      "lats": [
        {
          "latAddress": "0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613",
          "latName": "EigenDA-ETH Liquid Avs Token",
          "latSymbol": "xEigenDA-ETH"
        }
      ]
    }
  ]
}

Response

200
application/json

List of supported tokens with their LATs

The response is of type object.