Pmisha-bmlMdxq1.swap.away
    Updated 2022-02-26
    Select
    s.swap_from_mint, b.label,
    count(tx_id) as numberswap
    From Solana.swaps s
    LEFT OUTER JOIN Solana.labels b ON s.swap_from_mint = b.address
    Where block_timestamp::date >= '2022-02-01' And succeeded = 'True'
    Group by 1,2 order by 3 desc limit 10
    Run a query to Download Data