Unifi Protocol Dao
  • Welcome!
  • UNIFI / UP Token Contract Addresses
  • UNIFI / UP Exchanges
  • uTrade V2
    • uTrade V2 Overview
    • Liquidity Rewards Explained
    • Avalanche
      • singleLiquidityWrapper.sol
      • UnifiController.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
    • Binance Smart Chain
      • singleLiquidityWrapper.sol
      • UnifiController.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
    • BitTorrent Chain
      • singleLiquidityWrapper.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
    • Ethereum
      • singleLiquidityWrapper.sol
      • UnifiController.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
    • Harmony
      • singleLiquidityWrapper.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
    • IoTeX
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiRouter.sol
      • UnifiPair.sol
    • Polygon
      • singleLiquidityWrapper.sol
      • UnifiController.sol
      • UnifiERC20.sol
      • UnifiFactory.sol
      • UnifiPair.sol
      • UnifiRouter.sol
  • Unifi Report
    • Unifi.Report API Docs
      • Graphs
        • Account Page Graph data
        • Details Page Graphs
        • Total Volume and Liquidity
        • UP Token Stats
          • Current UP Token Stats
      • List Smart Contracts
      • Transactions
        • List of Transactions
        • Details Page for Transactions
      • Accounts
  • uTrade v1
    • Binance Smart Chain
    • Ethereum
    • Harmony
    • Icon
    • Ontology
    • TRON
Powered by GitBook
On this page

Was this helpful?

  1. Unifi Report
  2. Unifi.Report API Docs
  3. Graphs
  4. UP Token Stats

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": [
        ...
    ]
}
PreviousUP Token StatsNextList Smart Contracts

Last updated 4 years ago

Was this helpful?