Skip to main content

TickDayData

Entities storing the details of Liquidity available & volume of token traded at a tick on a given day.

info

An entity is created only if there is a change during the day

Schema

FieldTypederivedFromDescriptionField Missing
idID!TickDayData Entity ID. Format: <pool.address>-<Tick Index>-<Timestamp rounded to the day by dividing by 86400>
dateInt!Timestamp rounded to the day by dividing by 86400
poolPool!Pool Entity for which the daily tick metrics were recorded
tickTick!Tick Entity for which daily metrics were recorded
liquidityGrossBigInt!Total liquidity around the tick (1-tick range below or above) at end of the day
liquidityNetBigInt!Change in liquidity when the tick is crossed at end of the day
volumeToken0BigDecimal!Daily volume of token0 with this tick in active range
volumeToken1BigDecimal!Daily volume of token1 with this tick in active range
volumeUSDBigDecimal!Daily swap value with this tick in active range in derived USD
feesUSDBigDecimal!Daily swap fee with this tick in active range in derived USD
feeGrowthOutside0X128BigInt!token0 fee accumulated marker outside the tick range at the end of the dayarbitrum-one
feeGrowthOutside1X128BigInt!token1 fee accumulated marker outside the tick range at the end of the dayarbitrum-one

Referencing Functions

FunctionNameCreateReadUpdateSave
updateTickDayData()