Exchange rates¶
Exchange rates are pulled from two systems and stored in relation to USD.
- OpenExchangeRates - pulled daily, list of currencies specified in Remote Config
- CoinGecko - Bitcoin rate pulled several times a day due to volatility and saved as BTC and SAT currencies (1 BTC = 100.000.000 SATs)
"latest": {
"CZK": "21.43",
"EUR": "0.94"
},
"20150601": {
"CZK": "21.42",
"EUR": "0.94"
}