flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
ALGOs moved from CEXs(centralized exchanges) to wallets
elsina
ALGOs moved from CEXs(centralized exchanges) to wallets
Updated 2022-03-20
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
block_timestamp
::
date
as
day
,
sum
(
amount
)
as
amount_of_algo
from
algorand
.
payment_transaction
join
algorand
.
labels
on
sender
=
address
where
day
>=
'2022-02-10'
and
day
<=
'2022-02-17'
and
asset_id
=
'0'
and
label_type
=
'cex'
group
by
day
Results
Run a query to Download Data