0xHaM-dAll bridges by Bridge[Last Week]
    Updated 2025-03-25
    -- forked from All bridges by Bridge @ https://flipsidecrypto.xyz/studio/queries/779fe3c9-7762-4662-9b80-1fb9ee52c542

    -- 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
    , 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
    , volume_usd_in
    , volume_usd_out
    , tvl_usd
    , events_count
    from $query('3b847d0f-cb54-439d-90d7-a6c81442058c')
    group by all
    )

    , aggregated as (
    select
    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
    Last run: 10 days 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-23 00:00:00.0001558256.01522727-1501969.5074818312224402.1091011-9802793.6852837322027195.7943848155714315.3199851827155541416.175632917
    2
    2025-03-22 00:00:00.0001823195.69013145-1237062.1804998310666146.0938738-8300824.177801918966970.2716757154871705.9463011821137271381.727272651
    3
    2025-03-21 00:00:00.0001622724.94609531-1260290.513646028842950.40374234-7063761.9973020715906712.4010444153509485.088112955119061336.024895099
    4
    2025-03-20 00:00:00.0002005691.45287639-1882316.275545887220225.45764702-5803471.4836560513023696.9413031153810493.8057252689511454.999099688
    5
    2025-03-19 00:00:00.0002319959.97571074-1826312.097201215214534.00477063-3921155.208110179135689.2128808155715206.941071221064251421.897153756
    6
    2025-03-18 00:00:00.0001755821.30546823-1211250.351384452894574.02905989-2094843.110908964989417.13996885147746398.287336209042151183.72885883
    7
    2025-03-17 00:00:00.0001138752.72359166-883592.759524511138752.72359166-883592.759524512022345.48311617148995248.13138921252125951.691992055
    7
    1KB
    1s