Eman-RazTransfers By Platform Over Time
    Updated 2025-03-25
    select date_trunc('month',block_timestamp) as "Date", platform as "Bridge",
    count(distinct tx_hash) as "Transfers Count", sum(amount_usd) as "Transfers Volume",
    count(distinct origin_from_address) as "Users Count"
    from avalanche.defi.ez_bridge_activity
    where block_timestamp::date >= '2025-01-01'
    and platform not in ('celer_cbridge','symbiosis','dln_debridge')
    group by 1, 2
    order by 1
    Last run: about 1 month ago
    Date
    Bridge
    Transfers Count
    Transfers Volume
    Users Count
    1
    2025-01-01 00:00:00.000allbridge729745294.39458
    2
    2025-01-01 00:00:00.000circle-cctp281011023372439.25924
    3
    2025-01-01 00:00:00.000synapse3114629827.25351
    4
    2025-01-01 00:00:00.000wormhole10701854181.55278
    5
    2025-01-01 00:00:00.000meson229499651.85187
    6
    2025-01-01 00:00:00.000eywa3481294598.5585
    7
    2025-01-01 00:00:00.000axelar27274306942.511831
    8
    2025-01-01 00:00:00.000stargate23264295284.051853
    9
    2025-02-01 00:00:00.000meson474342385.65389
    10
    2025-02-01 00:00:00.000wormhole433842222.25107
    11
    2025-02-01 00:00:00.000eywa1901345998.8459
    12
    2025-02-01 00:00:00.000synapse1058482774.56302
    13
    2025-02-01 00:00:00.000allbridge364255435.69253
    14
    2025-02-01 00:00:00.000circle-cctp22408533102553.034678
    15
    2025-02-01 00:00:00.000axelar21603152722.121384
    16
    2025-02-01 00:00:00.000stargate10402617695.08819
    17
    2025-02-01 00:00:00.000circle-cctp-v220.021
    18
    2025-03-01 00:00:00.000axelar12363152575.73760
    19
    2025-03-01 00:00:00.000wormhole3001339814.0348
    20
    2025-03-01 00:00:00.000circle-cctp13600316849000.592990
    26
    1KB
    3s