boomer77swap today
    Updated 2021-10-24
    select *, ROW_NUMBER() OVER (ORDER BY block_timestamp asc) AS number, case when tx_id is not null then '1' else 'nil' end as fq
    from thorchain.swaps
    where date(block_timestamp) = '2021-10-23'
    Run a query to Download Data