Release Date: 11/30/2016
BREAKING CHANGE
- New trading symbols added
- Added in all new endpoints, for
WithdrawHistory
,DepositHistory
,DepositAddress
andWithdraw
all of which areSIGNED
- New models
Release Date: 11/08/2017
- Added new trading pairs for
NULS
,RCN
,KMD
,POWR
andVEN
- Added more test coverage to Market Data call
Release Date: 11/06/2017
- Added new trading pairs for
BNB/USDT
andBNB/VEN
- hooray
Release Date: 11/03/2017
- Added new trading pairs for
MOD
andENJ
g
Release Date: 11/02/2017
- Updated
TradingPairSymbols
static
class withYOYO
,ARK
,XRP
andPOWR
.BTC
andETH
pairs. - Added more unit tests
- Added defensive logic around async api key additions
Release Date: 10/31/2017
- Added
TradingPairSymbols
static
class. Access all symbols that Binance list with ease.
Release Date: 10/26/2017
- Added in richer exceptions based on contextual errors:
BinanceServerException
BinanceBadRequestException
BinanceTimeoutException
- Added in example code to README and
ExampleProgram.cs
Breaking Change
- Building out 2 instances of the
BinanceWebSocket
system from a baseAbtract*
class. You can now have theDisposable*
instance, which works the same as is, or you can have a manual one, which requires manual management of the the individualWebSockets
with theInstanceBinanceWebSocketClient
. - Changed
BinanceClient
requirements
Release Date: 10/19/2017
- Start of unit test coverage
- Abstraction
- Changed
BinanceClient
requirements
Release Date: 10/19/2017
- Added
ResultTransformations
static
class; used to transform API results into meaningful data - Adjusted examples
Release Date: 10/18/2017
- Added
NLog
support, and samplenlog.config
- Added more advanced example of Kline cache
- Added basic examples
- Minor changes
Release Date: 10/17/2017
- Adjusted Kline cache models for example
Release Date: 10/17/2017
- Adjusted Depth cache models for example
Release Date: 10/17/2017
- Added in API Cache concrete implementation
- Auditing areas for cache implementation
- Added
Examples
section onREADME.md
for local cache and intoProgram.cs
for demo - Added new models for cache usage
- Added more comments to code
Release Date: 10/16/2017
- Added in documentation to
/docs
in repo root - Added in Test Order endpoints
- Adjusted method name
Release Date: 10/16/2017
- Added in WebSockets endpoints via the new
BinanceWebSocketClient
- Added in UserDataStream endpoints
- Type changes
- Additional abstractions around new types
- Enum util added
Release Date: 10/13/2017
- Type changes in responses
- Adjusted RateLimiter logic
Release Date: 10/13/2017
- Provided initial commits
- All basic
REST
endpoints - Rate Limiting
IAPICache
abstraction- Strongly typed requests