sakineh5021-nIQRzBGetting Started With Marinade Finance Bounties 1
    Updated 2022-03-12
    SELECT block_timestamp::date as date, count ( DISTINCT instruction:accounts[0] ) as accounts
    from solana.events
    where block_timestamp::date >= '2022-03-01'
    and instruction:programId = 'QMNeHCGYnLVDn1icRAfQZpjPLBNkfGbSKRB83G5d8KB'
    and instruction:accounts[2] = 'Hs2XmWQFw3ExawMQkCsBGQGX73JG1n2Qpjm8G7dYRw7m'
    and instruction:accounts[6] = 'J829VB5Fi7DMoMLK7bsVGFM82cRU61BKtiPz9PNFdL7b'
    GROUP by date
    order by date DESC




    Run a query to Download Data