CryptoLionB20 Price
    Updated 2021-08-10
    SELECT
    hour,
    symbol,
    price
    FROM ethereum.token_prices_hourly
    WHERE hour >= getdate() - interval '60 days'
    AND token_address = '0xc4de189abf94c57f396bd4c52ab13b954febefd8'
    ORDER BY 1 DESC
    Run a query to Download Data