ML6nearnautnft.near: Average Transactions Fee per day 7
    Updated 2022-10-24
    select avg(transaction_fee)/pow(10,18) as af,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