AryanAround & Around We Go (Circulating Supply)
    Updated 2022-02-23
    select sum(balance) as balance from terra.daily_balances where date >= CURRENT_DATE - INTERVAL '3 months'
    and currency = 'LUNA' and balance_type = 'liquid' and address_label is null;
    Run a query to Download Data