# Historical Liquidity pool data for top 10 pairs Uniswap

**URL:** https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614
**Category:** GraphQL API
**Created:** [November 8, 2021, 12:16pm UTC](https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614 "2021-11-08T12:16:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![benmcd55](https://avatars.discourse-cdn.com/v4/letter/b/f14d63/32.png) [@benmcd55](https://community.bitquery.io/u/benmcd55)
#### Post date: [November 8, 2021, 12:16pm UTC](https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614/1 "2021-11-08T12:16:01Z")

</div>

Is it possible to get data on the liquidity pools for the top 10 pairs from Octo 2020 to Sept 2021. I formation such as total amount locked of each token?

Thanks

---

<div class="post-metadata">

### Author: ![gaurav](https://avatars.discourse-cdn.com/v4/letter/g/b487fb/32.png) [@gaurav](https://community.bitquery.io/u/gaurav)
#### Post date: [November 11, 2021, 2:54pm UTC](https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614/2 "2021-11-11T14:54:21Z")

</div>

Top pair can be get using Dextrade api …sorting with TotatAmount variable.

You can get the Total amount in the pool tokens using balance APIs.

> **[Query Balance BSC](https://graphql.bitquery.io/ide/c0lZbXdUWe)**
>
> Bitquery is analytical engine for blockchains

---

<div class="post-metadata">

### Author: ![benmcd555](https://avatars.discourse-cdn.com/v4/letter/b/ce7236/32.png) [@benmcd555](https://community.bitquery.io/u/benmcd555)
#### Post date: [January 4, 2022, 9:04pm UTC](https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614/3 "2022-01-04T21:04:42Z")

</div>

Is there a working query that tells you the total amount of each pool tokens in usd for a specific date?

---

<div class="post-metadata">

### Author: ![gaurav](https://avatars.discourse-cdn.com/v4/letter/g/b487fb/32.png) [@gaurav](https://community.bitquery.io/u/gaurav)
#### Post date: [January 5, 2022, 7:22am UTC](https://community.bitquery.io/t/historical-liquidity-pool-data-for-top-10-pairs-uniswap/614/4 "2022-01-05T07:22:32Z")

</div>

You can check balance history

> **[Balance History of an address](https://graphql.bitquery.io/ide/Bw6pKY1VRe)**
>
> Bitquery is analytical engine for blockchains

However, the USD conversion is not available.
