Uniswap V3 swaps for each pair and block, which can be used to price tokens

Schema

Column NameData Type
chain_idLong
block_numberLong
block_timestampLong
token0String
token0_nameString
token0_symbolString
token0_decBigDecimal
token1String
token1_nameString
token1_symbolString
token1_decBigDecimal
zero_to_oneBigDecimal
one_to_zeroBigDecimal
current_tickLong
current_tick_liquidityBigDecimal

Coverage

Currently includes just Ethereum (1). Built in Uniswap V3 Prices canvas.

Usage notes

See getPriceFromUniswapV3 for how to use this table for prices.