# Uniswap UNI Trading Pairs and Liquidity Overview

**Use case:** 

Discover UNI trading pairs and liquidity overview on Uniswap.

## Input

```json
{
  "maxPairs": 30,
  "searchQuery": "UNI",
  "chainId": "ethereum",
  "sortBy": "liquidity"
}
```

## Output

```json
{
  "baseTokenSymbol": {
    "label": "Token"
  },
  "quoteTokenSymbol": {
    "label": "Quote"
  },
  "chainId": {
    "label": "Chain"
  },
  "dexId": {
    "label": "DEX"
  },
  "priceUsd": {
    "label": "Price (USD)"
  },
  "liquidityUsd": {
    "label": "Liquidity (USD)"
  },
  "volumeH24": {
    "label": "24h Volume"
  },
  "volumeToLiquidityH24": {
    "label": "Turnover (vol/liq)"
  },
  "priceChangeH24": {
    "label": "24h Change %"
  },
  "buysH24": {
    "label": "24h Buys"
  },
  "sellsH24": {
    "label": "24h Sells"
  },
  "buySellRatioH24": {
    "label": "Buy/Sell"
  },
  "marketCap": {
    "label": "Market Cap"
  },
  "url": {
    "label": "Chart URL"
  }
}
```

## About this Actor

This example demonstrates how to use [DexScreener DEX Pairs, Liquidity & Volume Scraper](https://apify.com/scrapers_lat/dexscreener-pairs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/dexscreener-pairs-scraper) to learn more, explore other use cases, and run it yourself.