# An attempt at market cap / total supply on BSC

**URL:** https://community.bitquery.io/t/an-attempt-at-market-cap-total-supply-on-bsc/434
**Category:** GraphQL API
**Tags:** open
**Created:** [August 23, 2021, 2:01am UTC](https://community.bitquery.io/t/an-attempt-at-market-cap-total-supply-on-bsc/434 "2021-08-23T02:01:54Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sayon](https://avatars.discourse-cdn.com/v4/letter/s/b2d939/32.png) [@sayon](https://community.bitquery.io/u/sayon)
#### Post date: [August 23, 2021, 3:37am UTC](https://community.bitquery.io/t/an-attempt-at-market-cap-total-supply-on-bsc/434/2 "2021-08-23T03:37:37Z")

</div>

> [@haxtuf](#):
>
> Is this because we are supposed to use _ **Circulating Supply** _ ? And if so, how do I get that from bitquery?

Check this thread

> [@Circulating Supply of a Pool Token](https://community.bitquery.io/t/circulating-supply-of-a-pool-token/210):
>
> { ethereum { transfers(date: {since: null, till: null}, amount: {gt: 0}) { minted: amount( calculate: sum sender: {is: "0x0000000000000000000000000000000000000000"} ) burned: amount( calculate: sum receiver: {is: "0x0000000000000000000000000000000000000000"} ) currency(currency: {is: "0x0ef1b8a0e726fc3948e15b23993015eb1627f210"}) { symbol name tokenId } } } }

---

_[View the full topic](https://community.bitquery.io/t/an-attempt-at-market-cap-total-supply-on-bsc/434)._
