0xHaM-dBridge Total Over Time
    Updated 3 days ago
    SELECT
    date_trunc({{period_type}}, BLOCK_TIMESTAMP)::date as date,
    count(DISTINCT TX_HASH) as n_bridges,
    count(DISTINCT RECEIVER) as n_RECEIVERs,
    count(DISTINCT SENDER) as n_SENDERs,
    sum(AMOUNT_IN_USD) as bridged_vol_usd,
    sum(n_bridges) over (ORDER by date) as cum_n_bridges,
    sum(bridged_vol_usd) over (ORDER by date) as cum_bridged_vol_usd
    FROM aptos.defi.ez_bridge_activity
    where BLOCK_TIMESTAMP::date>='{{start_day}}' and BLOCK_TIMESTAMP::date<='{{target_day}}'
    GROUP by 1
    ORDER by 1 DESC





    Last run: 3 days ago
    DATE
    N_BRIDGES
    N_RECEIVERS
    N_SENDERS
    BRIDGED_VOL_USD
    CUM_N_BRIDGES
    CUM_BRIDGED_VOL_USD
    1
    2025-04-01 00:00:00.000100925489263819622662.305449158959884218186295.27478
    2
    2025-03-01 00:00:00.0007609122757333433708803.025657658858964198563632.96933
    3
    2025-02-01 00:00:00.00024765185623546145163041.54744658098054164854829.94367
    4
    2025-01-01 00:00:00.00021077133654734108626449.48089657850404019691788.39623
    5
    2024-12-01 00:00:00.00038796298976991123432207.90802957639633911065338.91533
    6
    2024-11-01 00:00:00.00024194125825952339494110.46544457251673787633131.0073
    7
    2024-10-01 00:00:00.00029050183676368169687892.51749157009733448139020.54186
    8
    2024-09-01 00:00:00.000140068653435398961278.559131256719233278451128.02437
    9
    2024-08-01 00:00:00.0001565582795538110039201.32358456579173179489849.46524
    10
    2024-07-01 00:00:00.000280301680910188220383096.22477356422623069450648.14165
    11
    2024-06-01 00:00:00.00055495412641551096272847.048477856142322849067551.91688
    12
    2024-05-01 00:00:00.000882575875127965141922037.26249155587372752794704.8684
    13
    2024-04-01 00:00:00.000536305319317149184769871835.18505854704802610872667.60591
    14
    2024-03-01 00:00:00.0005858713673931625991002401141.2498249341751841000832.42085
    15
    2024-02-01 00:00:00.0001334958121434204117125723.5809424348304838599691.171035
    16
    2024-01-01 00:00:00.0002041281108794471564219270.32253914214809721473967.590093
    17
    2023-12-01 00:00:00.000149721984173416946935663.37546814010681657254697.267554
    18
    2023-11-01 00:00:00.00092272637622241019046432.1339523860960610319033.892086
    19
    2023-10-01 00:00:00.000113649790232914520137039.08794943768688591272601.758134
    20
    2023-09-01 00:00:00.000145442994554002324935977.43063363655039571135562.670185
    31
    3KB
    1s