flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Number of unique satellite bridge users
kiacrypto
Number of unique satellite bridge users
Updated 2022-10-29
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
date_trunc
(
'month'
,
block_timestamp
)
as
date
,
count
(
distinct
sender
)
as
unique_
from
axelar
.
core
.
fact_transfers
where
transfer_type
in
(
'IBC_TRANSFER_IN'
,
'IBC_TRANSFER_OUT'
)
and
tx_succeeded
=
'TRUE'
group
by
1
Results
Run a query to Download Data