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

Total Volume and Liquidity

Total volume and liquidity on a given blockchain on uTrade.

All Unifi Report API endpoints should be called using the url: https://data.unifi.report

Endpoint GET /api/total-volume-liquidity/

Parameter

Description

blockchain

Blockchain name

Example API call: curl -X GET -H 'Accept: application/json; indent=4' https://data.unifi.report/api/total-volume-liquidity/?blockchain=Tron Response:

[
    {
        "datetime": "2021-01-08",
        "blockchain": "Tron",
        "liquidity": "477103.87080234004",
        "volume": "27357.84099199856"
    },
    {
        "datetime": "2021-01-09",
        "blockchain": "Tron",
        "liquidity": "534032.4774134799",
        "volume": "9893.330604148287"
    },
    {
        "datetime": "2021-01-10",
        "blockchain": "Tron",
        "liquidity": "504145.66731176997",
        "volume": "10063.582271850983"
    },
    {
        "datetime": "2021-01-11",
        "blockchain": "Tron",
        "liquidity": "447441.5838297001",
        "volume": "8924.637704482973"
    },
    {
        "datetime": "2021-01-12",
        "blockchain": "Tron",
        "liquidity": "446188.76798518",
        "volume": "3564.184480485333"
    },
    {
        "datetime": "2021-01-13",
        "blockchain": "Tron",
        "liquidity": "462752.1685596601",
        "volume": "8876.958822521816"
    },
    {
        "datetime": "2021-01-14",
        "blockchain": "Tron",
        "liquidity": "472199.0167375599",
        "volume": "1672.292931642252"
    }
]
PreviousDetails Page GraphsNextUP Token Stats

Last updated 4 years ago

Was this helpful?