flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
course - UNI price student question
metricsdao
course - UNI price student question
Updated 2023-01-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
*
from
ethereum
.
core
.
fact_hourly_token_prices
where
-- symbol = 'UNI'
token_address
=
lower
(
'0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984'
)
and
hour
::
date
=
'{{yyyy-mm-dd}}'
order
by
hour
desc
limit
5
Results
Run a query to Download Data