PapasotUNI price
Updated 2022-03-30
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select *
from ethereum.token_prices_hourly
where
symbol = 'UNI' AND
decimals = 18 AND
hour > '2020-09-15' AND
token_address = '0x1f9840a85d5af5bf1d1762f925bdaddc4201f984'
--symbol = 'ETH' OR
--symbol = 'AAVE'
order by hour;
Run a query to Download Data