Releases: aloysius-pgast/crypto-exchanges-gateway
Releases · aloysius-pgast/crypto-exchanges-gateway
1.9.0
Release content for version 1.9.0
Gateway
- Replace https://api.exchangeratesapi.io with https://api.ratesapi.io for
/fxConverter
endpoint (previous one requires an API key)
UI
- Possibility to create custom alerts (see My Alerts menu entry)
1.8.2
Release content for version 1.8.2
Gateway
- Update dependencies
1.8.1
Release content for version 1.8.1
Gateway
- Update dependencies
- Fix sorting in
marketCap
endpoint
UI
- Return TOP 30 currencies instead of TOP 20 in
marketCap
view
1.8.0
Release content for version 1.8.0
Gateway
- Fix a division by zero error for Bittrex & Poloniex when checking closed orders (see #89)
- OKex exchange now requires an extra config parameter (
password
) - Bittrex exchange now supports an extra optional parameter (
ignoreRestrictedPairs
, default =false
) - Upgrade ccxt to version
1.28.5
Version 1.7.15
Release content for version 1.7.15
Gateway
- Fix
getTickers
(marketCap) in case alias symbol is not found on CoinCodex
Version 1.7.14
Release content for version 1.7.14
Gateway
- Implement OKex WS API v3
- Filter unsupported pairs when returning tickers for Bittrex (REST)
- Fix disabling expiry of sessions
Version 1.7.13
Release content for version 1.7.13
Gateway
- Ensure RPC sessions are always stored into database
Version 1.7.12
Release content for version 1.7.12
Gateway
- Maximum number of listeners in
AbstractExchangeSubscriptionManager
has been increased to100
to ensure more non-RPC ws connections can be supported without warning - Various dependencies have been updated using
npm audit fix
Version 1.7.11
Release content for version 1.7.11
UI
index.html
was updated so that app does not open in safari when added to home screen- let browser cache
bundle.js
&css
files - store navigation context in
localStorage
to restore it when using home screen apps
Version 1.7.10
Release content for version 1.7.10
Gateway
- Fix
Kucoin
price limits - Update
Kucoin
exchange to allow retrieving tickers, open orders & closed orders without providing the pair - For
Kucoin
, closed orders retrieval is now limited to 7 days instead of 3 days - Update
/exchanges/xxx/testOrder
endpoint to ensurerate
is increased in case we reachmax(quantity)
with current rate - Update
orderBooks
test to allowrate = 0
- Use
status
property instead ofremaining
property to decide if accxt
error isclosed
- Use ccxt version
1.18.311