flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Prices of supported tokens
yulia_was_there
Prices of supported tokens
Updated 2024-03-15
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
SELECT
recorded_hour
::
DATE
AS
date
,
symbol
,
AVG
(
price
)
AS
price_usd
FROM
osmosis
.
price
.
ez_prices
WHERE
symbol
IN
(
'ATOM'
,
'OSMO'
,
'JUNO'
,
'STARS'
,
'EVMOS'
,
'LUNA'
,
'INJ'
,
'UMEE'
,
'CMDX'
,
'IBCX'
,
'SOMM'
)
GROUP
BY
date
,
symbol
Results
QueryRunArchived: QueryRun has been archived