flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
total bridge origin to flow network
saber-jl
total bridge origin to flow network
Updated 2022-11-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
BLOCKCHAIN
,
count
(
distinct
tx_id
)
as
tx_Count
,
count
(
distinct
flow_wallet_address
)
as
users
,
sum
(
amount
)
as
Total_Volume
from
flow
.
core
.
ez_bridge_transactions
where
direction
=
'inbound'
group
by
1
Results
Run a query to Download Data