feyikemiAxelar Interchain txns
    Updated 2024-07-21
    SELECT
    transfer_type,
    Count(DISTINCT tx_id) transactions,
    SUM(CAST(AMOUNT AS DECIMAL) / POWER(10, DECIMAL)) AS Total_Transfer_Volume
    FROM
    axelar.core.fact_transfers
    WHERE transfer_type != 'AXELAR'
    GROUP BY
    1
    QueryRunArchived: QueryRun has been archived