flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
token price on flow blockchain overtime
saber-jl
token price on flow blockchain overtime
Updated 2022-11-19
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
distinct
token
,
avg
(
price_usd
)
as
price
,
date_trunc
(
'day'
,
timestamp
)
as
date
from
flow
.
core
.
fact_prices
group
by
1
,
3
order
by
2
desc
Results
Run a query to Download Data