flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
user behaviour 4
sarath
user behaviour 4
Updated 2022-06-22
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
date
(
timestamp
)
as
date
,
avg
(
price_usd
)
as
price
from
flow
.
core
.
fact_prices
where
symbol
=
'FLOW'
GROUP
by
1
LIMIT
1000
Results
Run a query to Download Data