gigiokobaAverage Transaction Fee
    Updated 2024-04-21
    SELECT AVG(CAST(fee AS FLOAT)) AS average_fee_micro_axl
    FROM axelar.core.fact_transactions
    WHERE fee IS NOT NULL;

    QueryRunArchived: QueryRun has been archived