boomer77$PSP buyinh
    Updated 2022-05-16
    select date_trunc('month', block_timestamp) as dt, platform, sum(amount_out) as PSP_bought
    from ethereum_core.ez_dex_swaps
    where symbol_out = 'PSP' and year(block_timestamp) >= '2021'
    group by 1,2

    Run a query to Download Data