ML6serumnft.near 1
    Updated 2022-10-17
    select count(1) as c,to_date(block_timestamp) as date from near.core.fact_transactions
    where tx_receiver = 'serumnft.near'
    and to_date(block_timestamp) >= current_date - 90
    group by date


    Run a query to Download Data