breadwallet / breadwallet-android

The Android version of the Bread bitcoin wallet.
MIT License
387 stars 424 forks source link

why ios is using data.fixer.io and andorid uses only coingecko? #165

Closed dabitdev closed 3 years ago

dabitdev commented 3 years ago

it looks like ios is calling fixer.io to fetch currencies while andorid uses only coingecko. Could you explain me why?

I found and API in ios client http://data.fixer.io/api/latest?access_key=asdfasdf&base=USD&symbols=BTC

Thank you!

DrewCarlson commented 3 years ago

Some cryptocurrency market pairs have insufficient data or in some cases, no data at all. Fixer is a fiat rate data provider that allows us to use pairs like USD/BTC or EUR/BTC and then convert the fiat to the user's preferred currency, like DKK or HRK. This will provide much more accurate rate information for users of certain fiat currencies though it's not yet fully implemented on either platform.