Skip to main content
GET
/
v1
/
yuty
Returns yUTY APY
curl --request GET \
  --url https://api.yieldpoint.io/v1/yuty
{
  "tokenSymbol": "<string>",
  "address": "<string>",
  "apy": 123,
  "apy30": 123,
  "tvl": "<string>",
  "vaultHistory": [
    {
      "totalAssets": 123,
      "totalSupply": 123,
      "timestamp": 123,
      "price": 123,
      "date": "<string>",
      "apy7d": 123,
      "apy30d": 123,
      "apy7dMovingAverage": 123,
      "apy30dMovingAverage": 123
    }
  ]
}

Response

200 - application/json
tokenSymbol
string
required
address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
apy
number | null
required
apy30
number | null
required
tvl
string | null
required
vaultHistory
object[] | null
required