flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
total bridge direction on flow network
saber-jl
total bridge direction on flow network
Updated 2022-11-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
direction
,
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
group
by
1
Results
Run a query to Download Data