flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Defillama bridge tot txs
andreafiandro
Defillama bridge tot txs
Updated 2024-01-18
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
sum
(
deposit_txs
)
as
tot_txs
,
sum
(
deposit_usd
)
as
tot_usd
FROM
external
.
defillama
.
fact_bridge_volume
WHERE
bridge
=
'portal'
and
date
>
'2023-10-01'
Results
QueryRunArchived: QueryRun has been archived