Skip to main content

TokenDayData

Entities capturing the daily stats for a token across all of Uniswap.

Schema

FieldTypederivedFromDescription
idID!TokenDayData Entity ID. Format: <token address>-<Timestamp rounded to the day by dividing by 86400>
dateInt!Timestamp rounded to the day by dividing by 86400
tokenToken!Token Entity for which the daily metric were recorded
volumeBigDecimal!Daily swap volume of the token
volumeUSDBigDecimal!Daily swap volume of the token in derived USD
untrackedVolumeUSDBigDecimal!Daily swap volume of the token in derived USD (including in pools with tokens with unreliable USD value)
totalValueLockedBigDecimal!Liquidity across all pools in token units at the end of the day
totalValueLockedUSDBigDecimal!Total value of liquidity across all pools in token units in derived USD at the end of the day
priceUSDBigDecimal!Price of token in USD at the end of the day
feesUSDBigDecimal!Total Fee Collected in derived USD at the end of the day
openBigDecimal!Open Price of the token
highBigDecimal!High Price of the token
lowBigDecimal!Low Price of the token
closeBigDecimal!Close Price of the token

Referencing Functions

FunctionNameCreateReadUpdateSave
updateTokenDayData()