Sandeshtoken price and fdv
    Updated 2025-01-13
    select hour, price, price * 1000000000 as fdv from arbitrum.price.ez_prices_hourly
    where 1=1
    and token_address=lower('0xc24A365A870821EB83Fd216c9596eDD89479d8d7')
    and hour > current_timestamp() - interval '1 month'
    order by hour desc


    QueryRunArchived: QueryRun has been archived