itsxenuxTHORChain number of pool in first 30 days
    Updated 2022-04-15
    select count(distinct pool_name)
    as total_pools
    from thorchain.daily_pool_stats
    where date(day) >= '2021-04-11'
    and date(day) <= '2021-05-11'

    Run a query to Download Data