boomer77Untitled Query
    Updated 2021-10-27
    select *
    from terra.daily_balances
    where balance_type = 'staked' and currency = 'LUNA' and date = CURRENT_DATE and balance > 0
    limit 100
    Run a query to Download Data