masoud-mojUntitled Query
    Updated 2021-11-19
    SELECT
    sum(fee) as total_tx_fees_paid,
    sum(fee_usd) as total_tx_fees_paid_usd
    FROM polygon.transactions
    WHERE
    from_address = lower('0x2c99f7Ad7762A9504316935700290624239268E6') OR
    to_address = lower('0x2c99f7Ad7762A9504316935700290624239268E6')
    Run a query to Download Data