binhachonUntitled Query
    Updated 2021-09-20
    SELECT * FROM ethereum.erc20_balances
    WHERE CONTRACT_LABEL = 'curve fi'
    AND BALANCE_DATE >= getdate() - INTERVAL'1 day'
    ORDER BY BALANCE DESC
    LIMIT 10
    Run a query to Download Data