CryptoLionpolygon sushi
    Updated 2021-09-01
    select *
    from ethereum.dex_swaps
    where block_timestamp >= getdate() - interval '6 hours'
    and (platform like '%SLP%' or platform like '%sushi%' or platform like '%Sushi%')
    LIMIT 100
    Run a query to Download Data