binhachonUntitled Query
    Updated 2022-07-20
    select * from flipside_prod_db.thorchain.swaps
    where
    (from_address in ('0xd2f91C13e2D7ABbA4408Cd3D86285b7835524ad7') or native_to_address in ('0xd2f91C13e2D7ABbA4408Cd3D86285b7835524ad7')
    and blockchain = 'ETH'
    order by block_timestamp desc
    limit 20
    Run a query to Download Data