freemartianUser Swap Volume Distribution
    Updated 2023-12-03
    SELECT 'Between $100k and $1M' AS label, 931 AS wallets UNION

    SELECT 'Between $50k and $100k' AS label, 1417 AS wallets UNION

    SELECT 'Between $10k and $50k' AS label, 17941 AS wallets UNION

    SELECT 'Between $1k and $10k' AS label, 242859 AS wallets UNION

    SELECT 'less than $1000' AS label, 2334342 AS wallets UNION

    SELECT 'More than 1M' AS label, 62 AS wallets
    Run a query to Download Data