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


    Last run: 3 months ago
    HOUR
    PRICE
    FDV
    1
    2025-01-13 14:00:00.0000.05387253872000
    2
    2025-01-13 13:00:00.0000.05502255022000
    3
    2025-01-13 12:00:00.0000.05568455684000
    4
    2025-01-13 11:00:00.0000.0563256320000
    5
    2025-01-13 10:00:00.0000.05686356863000
    6
    2025-01-13 09:00:00.0000.05757657576000
    7
    2025-01-13 08:00:00.0000.05800158001000
    8
    2025-01-13 07:00:00.0000.05807258072000
    9
    2025-01-13 06:00:00.0000.05792857928000
    10
    2025-01-13 05:00:00.0000.05802358023000
    11
    2025-01-13 04:00:00.0000.05823158231000
    12
    2025-01-13 03:00:00.0000.05894158941000
    13
    2025-01-13 02:00:00.0000.05936959369000
    14
    2025-01-13 01:00:00.0000.05836358363000
    15
    2025-01-13 00:00:00.0000.05860358603000
    16
    2025-01-12 23:00:00.0000.05887958879000
    17
    2025-01-12 22:00:00.0000.05899258992000
    18
    2025-01-12 21:00:00.0000.0588758870000
    19
    2025-01-12 20:00:00.0000.05926359263000
    20
    2025-01-12 19:00:00.0000.05926659266000
    ...
    743
    33KB
    3s