# Latest New Pairs

**URL:** https://community.bitquery.io/t/latest-new-pairs/1748
**Category:** GraphQL API
**Created:** [November 24, 2023, 7:33pm UTC](https://community.bitquery.io/t/latest-new-pairs/1748 "2023-11-24T19:33:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![digipeak](https://avatars.discourse-cdn.com/v4/letter/d/bcef8e/32.png) [@digipeak](https://community.bitquery.io/u/digipeak)
#### Post date: [November 24, 2023, 7:33pm UTC](https://community.bitquery.io/t/latest-new-pairs/1748/1 "2023-11-24T19:33:19Z")

</div>

Hi,  
I want to create a query to get the data that DEXTools Live New Pairs have.  
[https://www.dextools.io/app/en/ether/pool-explorer](https://www.dextools.io/app/en/ether/pool-explorer)  
Can anyone help me with that please?

---

<div class="post-metadata">

### Author: ![bigpp6669](https://avatars.discourse-cdn.com/v4/letter/b/c57346/32.png) [@bigpp6669](https://community.bitquery.io/u/bigpp6669)
#### Post date: [November 28, 2023, 8:58am UTC](https://community.bitquery.io/t/latest-new-pairs/1748/2 "2023-11-28T08:58:43Z")

</div>

You can reference to the Dex Trades Streaming Query below for all the new pairs created on Uniswap V3 in real-time

> **[New pairs on Uniswap V3](https://ide.bitquery.io/New-pairs-on-Uniswap-V3)**
>
> Bitquery is analytical engine for blockchains

And if you want to add other DEX there just add the contract address of them of get the new pairs

---

<div class="post-metadata">

### Author: ![digipeak](https://avatars.discourse-cdn.com/v4/letter/d/bcef8e/32.png) [@digipeak](https://community.bitquery.io/u/digipeak)
#### Post date: [November 30, 2023, 6:12pm UTC](https://community.bitquery.io/t/latest-new-pairs/1748/3 "2023-11-30T18:12:57Z")

</div>

I’m sorry, but I cannot decode this query to deliver what I want.  
I found this query for V2 ([Latest Pair Created on Uniswap](https://ide.bitquery.io/Latest-Pair-Created-on-Uniswap)) but it isn’t consistent in which order the main token and secodary token is delivered. Sometimes the main token is delivered in the token0 parameter and sometimes in the token1 parameter, which makes it difficult to pass to a database.

---

<div class="post-metadata">

### Author: ![bigpp6669](https://avatars.discourse-cdn.com/v4/letter/b/c57346/32.png) [@bigpp6669](https://community.bitquery.io/u/bigpp6669)
#### Post date: [December 5, 2023, 7:39am UTC](https://community.bitquery.io/t/latest-new-pairs/1748/4 "2023-12-05T07:39:35Z")

</div>

One thing you can do is, out of 2 tokens filter out the contract address of Wrapped Ether as 99.99% token pair created are using that only, the raw data is in that format only, we can pre-process it to make clear but it would take time
