Jor-elMost Active Tokens
    Updated 2024-04-18
    SELECT
    token_symbol,
    COUNT(*) AS transaction_count,
    SUM(amount) AS total_volume
    FROM axelar.defi.ez_bridge_squid
    GROUP BY token_symbol
    ORDER BY total_volume DESC;
    LIMIT 11
    QueryRunArchived: QueryRun has been archived