Skip to main content
GET
/
v1
Returns ecosystem-level data for UTY and yUTY tokens
curl --request GET \
  --url https://api.yieldpoint.io/v1
{
  "uty": {
    "tokenSymbol": "<string>",
    "address": "<string>",
    "totalSupply": "<string>",
    "tvl": "<string>"
  },
  "yuty": {
    "tokenSymbol": "<string>",
    "address": "<string>",
    "apy": 123,
    "apy30": 123,
    "tvl": "<string>"
  },
  "cacheExpiry": {
    "timestamp": 123,
    "date": "<string>"
  }
}

Response

200 - application/json
uty
object
required
yuty
object
required
cacheExpiry
object