Releases: sjanel/coincenter
Releases · sjanel/coincenter
New API methods
Features
- Last 24h traded volume queries are now possible with
--volume-day
option - Latest price queries are now possible with
--price
option - Withdrawal fees method is now duplicated in both public and private exchange APIs. Sometimes, exchange provide an authenticated REST API to retrieve withdraw fees. When this is the case, it is used in priority (if client has a private key in its
secret.json
file).
Bug fixes
- Updated Kraken retrieval CSV file for withdrawal fees
- Updated Binance URL for withdrawal fees retrieval in public mode (without authentication). Private version is preferred though.
Easier command line options involving public exchanges and minor bug fixes
New features
- For command line options requiring list of public exchanges, the list of exchanges is now optional. If not given, coincenter will consider all supported exchanges. For instance,
coincenter --orderbook eth-eur
will print order books for all exchanges offering ETH-EUR market. - New command line option
--withdraw-fee
prints withdraw fees of a given currency, with an optional list of exchanges. - Lower severity of logs in some cases
- Automatically choose best Binance API URL based on fastest ping
- Improve Kraken withdrawal fees query by dynamically retrieving data
- Make possibility to use custom 'FreeCurrencyConverter' API key, and suggest client to create one
Bug fixes
- Huobi now retrieves correctly tradable currency EOS (and some others)
- Fix infinite loops in conversion path and improve performances
- Remove usage of dangerous, non re-entrant standard functions (gmtime) and add CodeQL checker in the CI
Initial release
Initial release with Binance, Bithumb, Huobi, Kraken and Upbit exchanges supported.