adriaparcerisasGSWIFT token record
    Updated 2024-03-29
    SELECT
    trunc(hour,'day') as date,
    avg(price) as price_usd
    from crosschain.price.ez_hourly_token_prices
    where hour>=CURRENT_DATE-INTERVAL '3 months' and
    symbol='GSWIFT'
    group by 1
    order by 1 asc
    QueryRunArchived: QueryRun has been archived