v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Fees and volume always 0 for PoolHourDatas

Open LeapGamer opened this issue 3 years ago • 8 comments

When I query daily data, I get the correct fees/volume but hourly always returns 0. Here's an example but I looked at all active pools and every one showed the issue for me. Here is my query and response:

image

Am I doing something wrong or is this a bug? Or just misunderstanding and this is correct data?

LeapGamer avatar Dec 06 '21 19:12 LeapGamer

Having the same issue, this doesn't happen for poolDayData though.

fr0ntenddev avatar Dec 07 '21 12:12 fr0ntenddev

It was fixed in Polygon, but still not working in mainnet?

https://thegraph.com/hosted-service/subgraph/ianlapham/uniswap-v3-subgraph

{
poolHourDatas(first: 3,
  where: {
      pool: "0xc0fbed3cbbf272e0649ddfefdec99f4eba7eca22",
      	}
      	){
        pool{
          token0{symbol}
          token1{symbol}
            }
        volumeUSD
        feesUSD
      }
}

If poolHourDatas is replaced by poolDayDatas, it works as intended.

JuanCDe avatar Jun 10 '22 09:06 JuanCDe

+1

drewgillen avatar Jun 13 '22 22:06 drewgillen

+1

dalechyn avatar Jun 19 '22 07:06 dalechyn

Same here, PoolHourDatas keeps returning 0 for feesUSD and volumeUSD

vitehop avatar Aug 09 '22 09:08 vitehop

+1

han-qiu avatar Aug 13 '22 04:08 han-qiu

+1

anselumana avatar Jun 06 '23 10:06 anselumana

+1

kbanta11 avatar Aug 18 '23 18:08 kbanta11