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. Transactions

List of Transactions

The list of transactions that have occurred on uTrade.

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

Endpoint GET /api/transactions/

Parameter

Description

page

Page number

page_size

Page size up to 50

contract

Contract Address

user_account

User Address

blockchain

Blockchain name

hash

Transaction Hash

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

{
    "count": 52976,
    "next": "/api/transactions/?blockchain=Tron&page=2&page_size=1",
    "previous": null,
    "results": [
        {
            "date": "2021-01-14",
            "unix_time": "1610626419",
            "blockchain": "Tron",
            "blockchain_short": "TRX",
            "symbol": "SOUL",
            "hash": "0fd953483cdd5735f33e95c3c7971394b66ff71e478c2c76bd7ef5f189a8b8ba",
            "address": "TU2FCnCEaZChdVsifYQmL9WpNoCwDqXACJ",
            "token_address": "THXm85dwyCSTNPq8h1JDPth2vuTcwtXyBb",
            "network_fee": "201186",
            "contract": "TS7NC6BKsFwbkJk7TZZS636YNJWuRvBDg9",
            "block": "26749248",
            "action": "Sell",
            "native_token_calculated": "1348.464853",
            "calculated_amount": "877.334501"
        },
    ]
}
PreviousTransactionsNextDetails Page for Transactions

Last updated 4 years ago

Was this helpful?