Skip to main content
GET
/
v1
/
uty
Returns UTY total supply
curl --request GET \
  --url https://api.yieldpoint.io/v1/uty
{
  "tokenSymbol": "<string>",
  "address": "<string>",
  "totalSupply": "<string>",
  "vaultHistory": [
    {
      "totalSupply": 123,
      "date": "<string>",
      "timestamp": 123
    }
  ]
}

Response

200 - application/json
tokenSymbol
string
required
address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
totalSupply
string | null
required

Raw wei value as a string

vaultHistory
object[] | null
required