ML6nearnautnft.near: Transactions per Second per day 4
    Updated 2022-10-24
    select count(1)/(24*60*60) as ts,to_date(block_timestamp) as date from near.core.fact_transactions
    where tx_receiver = 'nearnautnft.near'
    and to_date(block_timestamp) >= current_date - 90
    group by date

    Run a query to Download Data