0xbrun02023-04-25 01:30 PM
    Updated 2023-04-25
    SELECT
    user_address, block_timestamp, balance /1e18 as balance
    from ethereum.core.fact_eth_balances
    where user_address = lower('0xAA396035888D00d3490d4b100548c674b4bCa267')
    and block_timestamp > '2023-1-1'

    Run a query to Download Data