Update to Pyxpub and React PoS
Pyxpub Github Repo
New API endpoint /api/rate A new API endpoint has been added to enable more choice for exchange rate sources and currency rates. The rate request allows you to poll the current exchange rate and supported currencies for your preferred exchange rate source.
Poll supported currencies for source /api/rate?source=<source> Fetch exchange rate /api/rate?source=<source>¤cy=<CUR> Sources CryptoCompare Kraken Coinbase/GDAX Supported currencies CryptoCompare ["EUR", "USD", "GBP", "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR"] Kraken ["EUR", "USD"] Coinbase/GDAX ["EUR", "USD"] Examples Poll supported currencies for specified source curl 'http://localhost:8080/api/rate?
[Read More]