Skip to main content

TickHourData

Entities capturing details of Liquidity available & Volume of token traded at a tick for a given hour.

Not Used

The Schema is not currently populated in mainnet subgraph

Schema

FieldTypederivedFromDescription
idID!TickHourData Entity ID. Format: <pool.address>-<Tick Index>-<Timestamp rounded to the hour by dividing by 3600>
periodStartUnixInt!Timestamp rounded to the hour by dividing by 3600
poolPool!Pool Entity for which the hourly tick metrics were recorded
tickTick!Tick Entity for which hourly metrics were recorded
liquidityGrossBigInt!Total liquidity around the tick (1-tick range below or above) at end of the hour
liquidityNetBigInt!Change in liquidity when the tick is crossed at end of the hour
volumeToken0BigDecimal!Hourly volume of token0 with this tick in active range
volumeToken1BigDecimal!Hourly volume of token1 with this tick in active range
volumeUSDBigDecimal!Hourly swap value with this tick in active range in derived USD
feesUSDBigDecimal!Hourly swap fee with this tick in active range in derived USD