Skip to main content
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

Exchange rates for the specified token or LAT

address
string
required

Contract address of the token or LAT (proxy)

Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

exchangeRates
object
required

Exchange rates for the token or LAT

Example:
{
"lsETH": 1.0349318735540942,
"stETH": 0.9604424293594457,
"rETH": 1.0830969511435182,
"WETH": 0.9611719303441052
}