Skip to content

Releases: JKorf/WhiteBit.Net

WhiteBit.Net Version 3.12.0

08 Jun 14:03

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.2
Fixed restClient.V4Api.Convert.GetConvertHistoryAsync time parameter serialization
Fixed user client provider not caching new client when previous client was disposed

WhiteBit.Net Version 3.11.1

02 Jun 13:55

Choose a tag to compare

Fixed exception in Shared GetFuturesSymbolsAsync implementation
Fixed user client provider not caching new client when previous client was disposed

WhiteBit.Net Version 3.11.0

26 May 14:36

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0

WhiteBit.Net Version 3.10.0

01 May 12:13

Choose a tag to compare

Added reduceOnly parameter collateral trading place order endpoints
Added PositionSide, IsHedge properties to WhiteBitPositionHistory model
Added restClient.V4Api.Trading.CancelOrdersAsync endpoint

WhiteBit.Net Version 3.9.2

09 Apr 10:48

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

WhiteBit.Net Version 3.9.1

24 Mar 15:37

Choose a tag to compare

Fix issue in credentials copying

WhiteBit.Net Version 3.9.0

24 Mar 14:11

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to WhiteBitCredentials
Updated Shared order status parsing to default to Unknown value if not parsable

WhiteBit.Net Version 3.8.0

06 Mar 09:18

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added restClient.V4Api.Account.GetAccountFundingHistoryAsync endpoint
Added AutoCanceledUserMargin to OrderStatus Enum
Improved method XML comments

WhiteBit.Net Version 3.7.0

24 Feb 13:43

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Added startTime, endTime parameters to restClient.V4Api.Trading.GetClosedOrdersAsync endpoint
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Fixed restClient.V4Api.ExchangeData.GetFundingHistoryAsync startTime and endTime parameter serialization

WhiteBit.Net Version 3.6.0

16 Feb 09:43

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out