flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
What's going on with Avalanche? - price
misaghlb
What's going on with Avalanche? - price
Updated 2022-11-26
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date
(
hour
)
as
pdate
,
avg
(
PRICE
)
as
price
from
ethereum
.
core
.
fact_hourly_token_prices
WHERE
TOKEN_ADDRESS
=
'0x85f138bfee4ef8e540890cfb48f620571d67eda3'
and
pdate
>=
CURRENT_DATE
-
{
{
days_ago
}
}
GROUP
BY
pdate
Results
Run a query to Download Data