flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Untitled Query
nits
Untitled Query
Updated 2022-01-29
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
*
from
(
select
pool_name
as
pn
,
max
(
from_amount_usd
)
as
max_swap
from
thorchain
.
swaps
group
by
pool_name
)
inner
join
thorchain
.
swaps
on
pool_name
=
pn
and
from_amount_usd
=
max_swap
order
by
max_swap
desc
Results
Run a query to Download Data