flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
bridges per protocol
datavortex
bridges per protocol
Updated 2024-09-17
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
⌄
SELECT
platform
AS
protocol
,
SUM
(
amount_usd
)
AS
protocol_volume
FROM
avalanche
.
defi
.
ez_bridge_activity
;
GROUP
BY
platform
ORDER
BY
protocol_volume
DESC
;
Results
QueryRunArchived: QueryRun has been archived