Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 04:16
2e68817

Changes

🚀 Features

  • Coinbase: implement new JWT Bearer token for Authentication header @vslee (#857)
  • Coinbase: remove order fetch after submission @vslee (#853)
  • added ExchangeMarket.IsDelistingCandidate @vslee (#851)
  • Bybit - GetTickersAsync implementation @v36u (#845)
  • Add MEXC private REST endpoints @BZ-CO (#839)
  • Add MEXC public REST endpoints @BZ-CO (#838)
  • Change volume data type in MarketCandle @BZ-CO (#837)

🐛 Bug Fixes

  • Coinbase: check for order cancellation failure @vslee (#855)
  • Binance, KuCoin - Fix GetCurrenciesAsync @v36u (#854)
  • Fix MEXC ticker overflow @BZ-CO (#850)
  • Kraken - Endpoint fixes @v36u (#848)
  • Binance - Support specifying the network for withdrawals @v36u (#846)
  • Bybit - Fix QuantityStepSize = 0 for Spot @v36u (#847)
  • Reset cached orderbook when new orderbook is a snapshot @v36u (#844)

🧰 Maintenance

💔 Breaking changes

  • Coinbase no longer fetches order info after submission. If you would like this, then please manually fetch it afterwards. See #853 for details
  • ExchangeName.KuCoin has been renamed with a capital C
  • MarketCandle.BaseCurrencyVolume and QuoteCurrencyVolume have been changed to decimal (instead of double)