CryptoLionanchor
Updated 2021-08-24
9
1
2
3
4
5
6
7
›
⌄
select address,
address_name,
label
from terra.oracle_prices
inner join terra.labels on symbol = address_name or symbol = label or currency = address_name or currency = label
where currency = 'uusd' and symbol = 'UST'
Run a query to Download Data