Skip to content

Releases: sjanel/coincenter

New API methods

21 Jun 15:47
Compare
Choose a tag to compare

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

05 Jun 11:53
2649a75
Compare
Choose a tag to compare

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

24 May 15:18
Compare
Choose a tag to compare

Initial release with Binance, Bithumb, Huobi, Kraken and Upbit exchanges supported.