misaghlb1- How much I've spent on fees
    Updated 2021-11-21
    SELECT
    sum(fee) as total_tx_fees_paid,
    sum(fee_usd) as total_tx_fees_paid_usd
    FROM polygon.transactions
    WHERE
    from_address = lower('0x62DC07A813CEEa415589a0C08fBE3079EF040174') OR
    to_address = lower('0x62DC07A813CEEa415589a0C08fBE3079EF040174')
    Run a query to Download Data