Uniswap V3 swaps for each pair and block, which can be used to price tokens
Schema
Column Name | Data Type |
---|---|
chain_id | Long |
block_number | Long |
block_timestamp | Long |
token0 | String |
token0_name | String |
token0_symbol | String |
token0_dec | BigDecimal |
token1 | String |
token1_name | String |
token1_symbol | String |
token1_dec | BigDecimal |
zero_to_one | BigDecimal |
one_to_zero | BigDecimal |
current_tick | Long |
current_tick_liquidity | BigDecimal |
Coverage
Currently includes just Ethereum (1). Built in Uniswap V3 Prices canvas.
Usage notes
See getPriceFromUniswapV3 for how to use this table for prices.