flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Total Value Transferred Per Destination Chain
gigiokoba
Total Value Transferred Per Destination Chain
Updated 2024-06-05
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
destination_chain
,
SUM
(
amount
)
AS
total_value_transferred
FROM
axelar
.
defi
.
ez_bridge_squid
WHERE
block_timestamp
::
date
=
current_date
-
1
GROUP
BY
destination_chain
ORDER
BY
total_value_transferred
DESC
;
Results
QueryRunArchived: QueryRun has been archived