GET
/
lat
/
{address}
/
fees
Retrieve fee structure for a specific LAT
curl --request GET \
  --url https://api.area.club/lat/{address}/fees
{
  "data": {
    "managementFee": 0.1,
    "performanceFee": 1,
    "avgOperatorPerformanceFee": 10
  }
}

Path Parameters

address
string
required

LAT contract address (proxy)

Example:

"0x94a2a0548681fda8d5e2ad5a8eeecd891e02a613"

Response

200
application/json

Fee structure for the requested LAT

The response is of type object.