Skip to content

Releases: JKorf/CryptoClients.Net

CryptoClients.Net Version 4.12.0

03 Jun 07:21

Choose a tag to compare

Updated library versions, fixing some Shared requests

CryptoClients.Net Version 4.11.1

28 May 08:47

Choose a tag to compare

Updated library versions for minor fixes
Fixed environment override in exchange specific options not applying

CryptoClients.Net Version 4.11.0

27 May 08:45

Choose a tag to compare

Updated library versions
Added (I)CrossExchangeBook implementation aggregating multiple exchange orders books into a single book

CryptoClients.Net Version 4.10.0

12 May 19:53

Choose a tag to compare

Updated library versions
Added client constructor overloads for passing ILoggerFactory and HttpClient

CryptoClients.Net Version 4.9.1

03 May 11:46

Choose a tag to compare

Updated BloFin and Mexc patch versions
Fixed limit and period parameters not getting passed to the actual factory in ExchangeTrackerFactory.CreateTradeTracker and CreateKlineTracker

CryptoClients.Net Version 4.9.0

01 May 14:35

Choose a tag to compare

Updated client library versions

CryptoClients.Net Version 4.8.1

10 Apr 13:37

Choose a tag to compare

Fixed Weex.Net reference version

CryptoClients.Net Version 4.8.0

10 Apr 11:52

Choose a tag to compare

Updated client library versions
Added Weex support with the Weex.Net library

CryptoClients.Net Version 4.7.0

25 Mar 08:53

Choose a tag to compare

Added CoinGecko to ExchangeRestClient
Added coinGeckoRestOptions parameter to ExchangeUserClientProvider constructor
Added SetApiCredentials(string, DynamicCredentials) on ExchangeRestClient
Added SetApiCredentials(string, DynamicCredentials) on ExchangeSocketClient
Split upbitOptions parameter in ExchangeUserClientProvider constructor into upbitRestOptions and upbitSocketOptions
Added SetApiCredentials(string, DynamicCredentials) to ExchangeRestClient
Added SetApiCredentials(string, DynamicCredentials) to ExchangeSocketClient
Marked SetApiCredentials(string exchange, string apiKey, string apiSecret, string? apiPass = null) as obsolete on ExchangeRestClient
Marked SetApiCredentials(string exchange, string apiKey, string apiSecret, string? apiPass = null) as obsolete on ExchangeSocketClient
Updated ExchangeCredentials to reflect exchange specific ApiCredential types needed in client libraries
Removed Dictionary<string, ApiCredentials> constructor overload from ExchangeCredentials
Removed Upbit from ExchangeCredentials since authentication is not supported
Added ExchangeCredentials.GetDynamicCredentialInfo(TradingMode, string)
Added ExchangeCredentials.CreateCredentialsForExchange(string, DynamicCredentials)
Added ExchangeCredentials.CreateFrom(Dictionary<string, ApiCredentials>)
Added ExchangeCredentials.CreateFrom(string, ApiCredentials)
Added DynamicCredentialInfo to ExchangeInfo to retrieve info for an exchange to dynamically create credentials

CryptoClients.Net Version 4.6.0

06 Mar 12:58

Choose a tag to compare

Updated client library versions
Added Bitstamp support with the Bitstamp.Net library