flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
2
gholi
2
Updated 2022-05-02
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
case
when
SWAP_From_ASSET_ID
=
0
then
'Algo'
when
SWAP_From_ASSET_ID
=
226701642
then
'Yieldy'
end
as
token
,
sum
(
SWAP_From_AMOUNT
)
as
amount
from
algorand
.
swaps
where
SWAP_TO_ASSET_ID
=
694432641
GROUP
by
1
Results
Run a query to Download Data