flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Most Expensive ASAs
rajs
Most Expensive ASAs
Updated 2022-05-10
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
asset_name
,
avg
(
price_usd
)
as
price
from
algorand
.
prices_swap
where
date_trunc
(
'day'
,
block_hour
)
=
'2022-03-01'
group
by
asset_name
order
by
price
desc
limit
10
Results
Run a query to Download Data