vendettabuy amount and count of BLACKDRAGON
    Updated 2024-08-22
    select block_timestamp::date as "Date", sum(amount_out) as buying_volume, count(distinct tx_hash) as buying_count
    from near.defi.ez_dex_swaps
    where symbol_out='BLACKDRAGON'
    group by 1
    QueryRunArchived: QueryRun has been archived