masoud-mojUntitled Query
    select block_timestamp::date as date, sum(inner_instruction:instructions[0]:parsed:info:amount/POW(10,9)) as mSOLamount
    from solana.events
    where block_timestamp::date >= '2022-03-01'
    and instruction:programId = ''
    and instruction:accounts[2] = '_________________'
    and instruction:accounts[6] = '__________________'
    group by date
    order by date desc

    Run a query to Download Data