elsinaDotVolume
    Updated 2022-12-13
    -- select
    -- *
    -- from
    -- osmosis.core.dim_labels as l
    -- where
    -- l.project_name ilike "%dot%"
    -- -- ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7
    -- -- DOT.axl
    select
    x
    from
    ethereum.chainlink.ez_oracle_feeds as x
    where
    x.feed_name = "DOT / USD"
    limit
    10
    Run a query to Download Data