For the complete documentation index, see llms.txt. This page is also available as Markdown.

Current UP Token Stats

Live data on UP token on each blockchain.

All Unifi Report API endpoints should be called using the url: https://data.unifi.report Endpoint GET /api/up-graph/grouped

Response:

{
    "Harmony": [
        {
            "datetime": "2021-01-13",
            "unix_time": "1610578855",
            "redeem_value": "41.133235",
            "redeem_value_usd": "0.27302061331545",
            "market_price": "99.789328",
            "market_price_usd": "0.66234867092016",
            "total_supply": "24307.760471",
            "total_supply_usd": "161.3420308934484",
            "blockchain": "Harmony"
        },
    ]
    "Tron": [
        ...
    ]
    "Binance": [
        ...
    ]
}

Last updated

Was this helpful?