GET
/
lat
/
exchange
/
{address}
Retrieve exchange rates for a LAT or token
curl --request GET \
  --url https://api.area.club/lat/exchange/{address}
{
  "address": "0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613",
  "exchangeRates": {
    "lsETH": 1.0349318735540942,
    "stETH": 0.9604424293594457,
    "rETH": 1.0830969511435182,
    "WETH": 0.9611719303441052
  }
}

Path Parameters

address
string
required

Contract address of the token or LAT (proxy)

Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Response

200
application/json

Exchange rates for the specified token or LAT

The response is of type object.