flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Volume & Count
AndyCool
Volume & Count
Updated 2022-05-12
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
SELECT
COUNT
(
*
)
AS
count
,
sum
(
swap_to_amount
)
AS
volume
,
date_trunc
(
'day'
,
block_timestamp
)
AS
TIME
FROM
algorand
.
swaps
WHERE
swap_to_asset_id
=
0
AND
block_timestamp
>=
'2022-04-30'
GROUP
BY
TIME
Results
Run a query to Download Data