kingharald-ethAverage Polygon Fees per transactions since first July
    Updated 2022-07-08
    select avg(tx_fee) as avgerage_fee_per_transaction from polygon.core.fact_transactions
    where status = 'SUCCESS'
    and block_timestamp::date >= '2022-07-01'
    Run a query to Download Data