nitsUntitled Query
Updated 2022-04-01
9
1
2
3
4
5
6
7
›
⌄
-- select *, case when direction = 'IN' then amount_usd else amount_usd *(-1) end as amt_net
-- from ethereum.dex_swaps
-- where platform = 'sushiswap'
-- limit 100
SELECT * from ethereum.dex_swaps
where token_address ilike '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84'
Run a query to Download Data