BittrexSharp
BittrexSharp copied to clipboard
C# Api Wrapper for Bittrex
Should be nice have this features PD: Great job
While the v2.0 API isn't offically supported yet, there is some good stuff in there and it has already been reversed engineered [here](https://github.com/thebotguys/golang-bittrex-api/wiki/Bittrex-API-Reference-(Unofficial)). Is this something you would want to...
Hey, many thanks for opensourcing this project! Bittrex provides an undocumented websocket API based on Signalr. Do you plan to include a client for it? Here's an example implementation: https://github.com/JKorf/Bittrex.Net/blob/master/Bittrex.Net/BittrexSocketClient.cs...
Travis CI is configured, but there is an issue with dotnet sdk 2.0.3 that needs to be resolved: [https://github.com/travis-ci/travis-ci/issues/8778](https://github.com/travis-ci/travis-ci/issues/8778)
BittrexOrderSimulation is a Bittrex api implementation that simulates all aspects of orders, so that it is possible to test trading algorithms without actually executing them. The last bit of simulation,...
- [ ] If the correct exception is thrown if the returned json cannot be converted - [ ] If the return value is an unsuccessful ResponseWrapper with the correct...