cURL
curl --request GET \ --url https://api.area.club/lat/{address}/tokens
{ "data": [ { "address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84", "strategyAddress": "0x93c4b944d05dfe6df7645a86cd2206016c51564d", "volatilityThreshold": "100000000000000000", "pricePerUnit": "1045100000000000000", "decimals": 18, "cmcId": 1027 } ] }
Returns all tokens supported by a specific LAT address
LAT contract address (proxy)
"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"
List of supported tokens for the specified LAT
The response is of type object.
object