GET
/
lat
/
{address}
/
tokens
Retrieve tokens supported by a specific LAT
curl --request GET \
  --url https://api.area.club/lat/{address}/tokens
{
  "data": [
    {
      "address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
      "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d",
      "volatilityThreshold": "100000000000000000",
      "pricePerUnit": "1045100000000000000",
      "decimals": 18,
      "cmcId": 1027
    }
  ]
}

Path Parameters

address
string
required

LAT contract address (proxy)

Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Response

200
application/json

List of supported tokens for the specified LAT

The response is of type object.