defi__joshtop 10 tokens traded on Katana by volume
    Updated 2025-05-18
    SELECT
    symbol as "token",
    COUNT(DISTINCT tx_hash) as "number of trades",
    COUNT(DISTINCT from_address) as "number of unique traders",
    SUM(amount_usd) as "total trading volume (USD)",
    AVG(amount_usd) as "average trade size (USD)"
    FROM ronin.core.ez_token_transfers
    WHERE block_timestamp >= DATEADD('day', -30, CURRENT_TIMESTAMP)
    AND origin_to_address = '0x7d0556d55ca1a92708681e2e231733ebd922597d'
    AND amount_usd IS NOT NULL
    GROUP BY 1
    ORDER BY 4 DESC
    LIMIT 10;
    Last run: 14 days ago
    token
    number of trades
    number of unique traders
    total trading volume (USD)
    average trade size (USD)
    1
    WRON505809430761775.92367.489080136
    2
    WETH302833917113900.26386.274692698
    3
    USDC328994515386679.87306.391602182
    4
    AXS15918317905958.93326.949213432
    5
    SLP11212255456901.07318.093912562
    6
    YGG4975152520699.12330.843827274
    7
    PIXEL15433221902143.6974.90819084
    8
    RONEN8074335398.29161.094279539
    9
    Ronke8324244215.84196.314983923
    10
    CAG7723172275.54148.130300946
    10
    418B
    2s