Flipside Axelar AnalystsNumber of Unique Users + Number of Bridging Transactions
    Updated 2024-05-27
    select count(distinct sender) as "Users Count",
    count(distinct tx_hash) as "Bridging TXs Count"
    from axelar.defi.ez_bridge_satellite
    where block_timestamp::date>=current_date-{{Time_Interval}}

    Auto-refreshes every 12 hours
    QueryRunArchived: QueryRun has been archived