ACINQ / eclair-mobile

An Android wallet for the Lightning Network
Apache License 2.0
258 stars 43 forks source link

Price rate API returns 404 #279

Closed raymond-w-ko closed 2 years ago

raymond-w-ko commented 2 years ago

Hi,

I think blockchain.info changed their API, since fiat price of BTC is not working properly in the app. https://github.com/ACINQ/eclair-mobile/blob/e8daa4cc84ed99da459731b5cec3d65a3e6d2067/app/src/main/java/fr/acinq/eclair/wallet/utils/Constants.java#L181

I think they changed it to: https://blockchain.info/ticker as documented here: https://www.blockchain.com/api/exchange_rates_api

dpad85 commented 2 years ago

Thanks for reporting the issue, will fix!