flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Most expensive ASA on May 6th
freemartian
Most expensive ASA on May 6th
Updated 2022-05-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
asset_name
,
max
(
price_usd
)
as
max_price
from
algorand
.
prices_swap
where
block_hour
=
'2022-05-06'
and
swaps_in_hour
>=
1
group
by
asset_name
order
by
max_price
desc
limit
5
Results
Run a query to Download Data