flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Daily Swap_from Volume On DEXs - Mahta
freemartian
Daily Swap_from Volume On DEXs - Mahta
Updated 2022-04-29
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
COUNT
(
swap_from_amount
)
AS
from_count
,
sum
(
swap_from_amount
)
AS
from_volume
,
date_trunc
(
'day'
,
block_timestamp
)
AS
DATE
,
swap_program
as
dex
FROM
algorand
.
swaps
WHERE
swap_from_asset_id
=
'694432641'
GROUP
BY
dex
,
DATE
Results
Run a query to Download Data