flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
First Part : The first commitment period of Sept 30th, 2021 to Oct 14th, 2021
fanta
First Part : The first commitment period of Sept 30th, 2021 to Oct 14th, 2021
Updated 2022-02-23
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
sum
(
amount
/
1e6
)
as
sum
FROM
algorand
.
payment_transaction
as
apt
inner
join
algorand
.
labels
as
als
ON
als
.
address
=
apt
.
sender
WHERE
als
.
label_type
=
'cex'
and
date
(
apt
.
block_timestamp
)
>
'2021-09-30'
and
date
(
apt
.
block_timestamp
)
<=
'2021-10-14'
Results
Run a query to Download Data