rshPolygon total gas fee
    Updated 2021-11-18
    SELECT
    sum(fee) as total_tx_fees_paid,
    sum(fee_usd) as total_tx_fees_paid_usd
    FROM polygon.transactions
    WHERE
    from_address = lower('0x2A0a4d3ca63D56711a8a78DFB85f782fC89d4247') OR
    to_address = lower('0x2A0a4d3ca63D56711a8a78DFB85f782fC89d4247')
    Run a query to Download Data