elsinaDotVolume
Updated 2022-12-13
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
-- 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