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