Skip to content

Releases: JKorf/Coinbase.Net

Version 1.7.2

07 Jan 13:42
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to CoinbaseExchange class

Version 1.7.1

06 Jan 07:50
Compare
Choose a tag to compare
  • Updated transaction model to include fee and quantity info

Version 1.7.0

23 Dec 15:22
Compare
Choose a tag to compare

Version 1.6.1

03 Dec 09:46
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added Platform property to restClient.AdvancedTradeApi.Account.GetAccountsAsync and GetAccountAsync response model
  • Fixed orderbook creation via CoinbaseBookFactory

Version 1.6.0

28 Nov 14:08
Compare
Choose a tag to compare

Version 1.5.1

21 Nov 09:07
Compare
Choose a tag to compare
  • Fixed deserialization error in SubscribeToBatchedTickerUpdatesAsync subscription when there is no trade price

Version 1.5.0

19 Nov 13:10
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0
  • Added support for loading client settings from IConfiguration
  • Added DI registration method for configuring Rest and Socket options at the same time
  • Added DisplayName and ImageUrl properties to CoinbaseExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant CoinbaseSocketClient constructor

Version 1.4.0

06 Nov 13:52
Compare
Choose a tag to compare

Version 1.3.0

04 Nov 08:30
Compare
Choose a tag to compare
  • Updated restClient.AdvancedTradeApi.Account.WithdrawCryptoAsync parameters
  • Removed restClient.AdvancedTradeApi.Account.TransferAsync as it's no longer supported

Version 1.2.0

28 Oct 13:42
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
  • Moved FormatSymbol to CoinbaseExchange class
  • Added support Side setting on SharedTrade model
  • Added CoinbaseTrackerFactory for creating trackers
  • Added overload to Create method on CoinbaseOrderBookFactory support SharedSymbol parameter
  • Added GetKlinesAsync to Shared rest client
  • Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrderAynsc when order not found
  • Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrdersAynsc when request fails
  • Fixed restClient.AdvancedTradingAi.ExchangeData.GetKlinesAsync time filter
  • Fixed issue with concurrent websocket subscription acknowledgements
  • Removed incorrect rate limit of 100 message per second per ip for websockets