0xHaM-dAll bridges by Bridge
    Updated 2025-03-25
    -- forked from flyingfish / All bridges by Bridge @ https://flipsidecrypto.xyz/flyingfish/q/KgBj40aaWPtd/all-bridges-by-bridge

    with hyperlane_bridges as (
    select
    'Hyperlane' as bridge
    , date as "Date"
    , volume_usd_in
    , volume_usd_out
    , tvl_usd
    , events_count
    from $query('19f93923-bf61-4c76-a496-194ee7e6d11f')
    )

    , canonical_bridges as (
    select
    'Canonical' as bridge
    , date as "Date"
    , volume_usd_in
    , volume_usd_out
    , tvl_usd
    , events_count
    from $query('3b847d0f-cb54-439d-90d7-a6c81442058c')
    group by all
    )

    , aggregated as (
    select
    trunc("Date", 'week') as date
    , zeroifnull(a.volume_usd_in) + zeroifnull(b.volume_usd_in) as volume_in
    , zeroifnull(a.volume_usd_out) + zeroifnull(b.volume_usd_out) as volume_out
    , sum(volume_in) over (order by date) as total_volume_in
    , sum(volume_out) over (order by date) as total_volume_out
    , total_volume_in - total_volume_out as total_gross_volume
    , a.tvl_usd + b.tvl_usd as total_bridge_tvl
    , zeroifnull(a.events_count) + zeroifnull(b.events_count) as counter
    , sum(counter) over (order by date) as total_bridges
    Last run: about 1 month ago
    DATE
    VOLUME_IN
    VOLUME_OUT
    TOTAL_VOLUME_IN
    TOTAL_VOLUME_OUT
    TOTAL_GROSS_VOLUME
    TOTAL_BRIDGE_TVL
    COUNTER
    TOTAL_BRIDGES
    AVG_USD_BRIDGE_SIZE
    1
    2025-03-17 00:00:00.0001755821.30546823-1211250.35138445481534638.703554-251555936.931731733090575.635286147746398.2873362090774579946.437452649
    2
    2025-03-17 00:00:00.0001823195.69013145-1237062.18049983481534638.703554-251555936.931731733090575.635286154871705.9463011821774579946.437452649
    3
    2025-03-17 00:00:00.0001558256.01522727-1501969.50748183481534638.703554-251555936.931731733090575.635286155714315.3199851827774579946.437452649
    4
    2025-03-17 00:00:00.0001138752.72359166-883592.75952451481534638.703554-251555936.931731733090575.635286148995248.1313892125774579946.437452649
    5
    2025-03-17 00:00:00.0002005691.45287639-1882316.27554588481534638.703554-251555936.931731733090575.635286153810493.80572526774579946.437452649
    6
    2025-03-17 00:00:00.0002319959.97571074-1826312.09720121481534638.703554-251555936.931731733090575.635286155715206.9410712210774579946.437452649
    7
    2025-03-17 00:00:00.0001622724.94609531-1260290.51364602481534638.703554-251555936.931731733090575.635286153509485.088112955774579946.437452649
    8
    2025-03-10 00:00:00.0002016077.9242798-1295993.12388461469310236.594453-241753143.246448711063379.840901149626202.9755681703759025936.811540912
    9
    2025-03-10 00:00:00.0001203756.10990989-1075161.84860194469310236.594453-241753143.246448711063379.840901146635875.7570922155759025936.811540912
    10
    2025-03-10 00:00:00.0001859223.95106463-1611045.3915086469310236.594453-241753143.246448711063379.840901142772280.7469512141759025936.811540912
    11
    2025-03-10 00:00:00.0001536456.90152306-1533116.93665591469310236.594453-241753143.246448711063379.840901146880155.3593872085759025936.811540912
    12
    2025-03-10 00:00:00.0002090315.43488949-2283587.95704092469310236.594453-241753143.246448711063379.840901144851128.5605252482759025936.811540912
    13
    2025-03-10 00:00:00.0001546170.08264698-1374273.73010495469310236.594453-241753143.246448711063379.840901147634350.3504882154759025936.811540912
    14
    2025-03-10 00:00:00.0001891744.21637615-1608437.46776968469310236.594453-241753143.246448711063379.840901147289709.513732151759025936.811540912
    15
    2025-03-03 00:00:00.0002560767.55612134-2137107.27141617457166491.973763-230971526.790881688138018.764644165907517.7355292876744154924.725283698
    16
    2025-03-03 00:00:00.0001470583.65977961-1337338.94846261457166491.973763-230971526.790881688138018.764644155997638.036972414744154924.725283698
    17
    2025-03-03 00:00:00.0002345732.31673465-1767059.2191035457166491.973763-230971526.790881688138018.764644161676243.6548632733744154924.725283698
    18
    2025-03-03 00:00:00.0002227338.28168271-2240511.97263703457166491.973763-230971526.790881688138018.764644160891084.0793722043744154924.725283698
    19
    2025-03-03 00:00:00.0002353930.18150867-2087568.55621559457166491.973763-230971526.790881688138018.764644164327129.66332265744154924.725283698
    20
    2025-03-03 00:00:00.0002807894.17055873-1990190.84771415457166491.973763-230971526.790881688138018.764644164985077.6690932332744154924.725283698
    ...
    211
    31KB
    1s