andurilMPLX Sold
    Updated 2022-10-21
    select
    count(distinct swapper) as sellers,
    sum(swap_from_amount) as mplx_sold
    from solana.core.fact_swaps
    where
    date(block_timestamp) >= '2022-10-09'
    and succeeded = 'TRUE'
    AND swap_from_mint = 'METAewgxyPbgwsseH8T16a39CQ5VyVxZi9zXiDPY18m'


    6,275,468.507717

    Run a query to Download Data