Skip to main content

UniswapDayData

Entities capturing the daily metrics for all of the Uniswap protocol.

Schema

FieldTypederivedFromDescription
idID!Timestamp rounded to current day by dividing by 86400
dateInt!Timestamp rounded to current day by dividing by 86400
volumeETHBigDecimal!Total daily volume in Uniswap derived in terms of ETH
volumeUSDBigDecimal!Total daily volume in Uniswap derived in terms of USD
volumeUSDUntrackedBigDecimal!total daily volume in Uniswap derived in terms of USD (including tokens with unreliable USD value)
feesUSDBigDecimal!Amount of swap fee taken during the day in terms of USD
txCountBigInt!No. of transactions that occurred during the day
tvlUSDBigDecimal!TVL locked at the end of the day in terms of USD

Referencing Functions

FunctionNameCreateReadUpdateSave
updateUniswapDayData()
handleSwap()