LTirrelllfg_eth_balances
Updated 2022-06-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
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