boomer77Top 5 Pools TVL
    Updated 2021-08-31
    select distinct address, address_name, balance, balance_type, balance_usd, (balance_usd*2) as liquidity_TVL from terra.daily_balances
    where address_name like '%Terraswap %'
    and date = CURRENT_DATE
    and balance > 0 and balance_usd > 0
    order by 5 desc
    limit 5


    Run a query to Download Data