Alihastammost spent money
    Updated 2021-11-18
    SELECT
    to_label,
    -- to_label_type,
    sum(amount_usd) as amount_usd
    FROM polygon.udm_events
    WHERE from_address = lower('0xd372b7816A14abB6505bEB843AE0AdBe3D8a61A4')
    -- AND to_label_type = 'cex'
    AND block_timestamp >= current_date - 30
    GROUP BY 1
    Run a query to Download Data