T-Pham/CoinPriceBar

XRP IOTA and ADA no longer working

kdthomas2121 opened this issue · 3 comments

Just displaying as "XRP IOTA ADA" on my machine. Every other coin is working

Those coins' prices are fetched from Binance. Their server is down atm.

./CoinPriceBar/BinancePriceProvider.swift:12: let url = URL(string: "https://www.binance.com/api/v1/ticker/allPrices")!

That Binance price url no longer works after recent Binance server updates. Use this one below:
https://us.binance.com/api/v1/ticker/allPrices

The server has worked again.
Closing the issue.