LTirrelllfg_eth_balances
    Updated 2022-06-01
    select
    BALANCE_DATE,
    USER_ADDRESS,
    LABEL,
    ADDRESS_NAME,
    LABEL_TYPE,
    LABEL_SUBTYPE,
    CONTRACT_ADDRESS,
    CONTRACT_LABEL,
    SYMBOL,
    PRICE,
    BALANCE,
    AMOUNT_USD,
    HAS_PRICE
    from ethereum.erc20_balances where user_address='0xad41bd1cf3fd753017ef5c0da8df31a3074ea1ea'
    and balance_date > '2022-01-01'
    order by balance_date
    Run a query to Download Data