Metaco itBit REST API client provides every single functionality of the itBit API.
With nuget :
Install-Package Metaco.ItBit
Go on the nuget website for more information.
You need a itBit account for setting the Trading unit tests.
-
Go to the TradeTest.cs file, open it and set your credential:
TradeClient client = new TradeClient("your-client-key-here", "your-secret-key-here");
-
Onces done, just run the test.
- Fork this repository and make your changes in your fork
- Add or Update the tests and run them to make sure they pass
- Commit and push your changes to your fork
git push origin master
- Submit a pull request and we will handle the rest :)
- There are three missing methods
- New Wallet Transfer,
- Get Trades and,
- New Wallet
GPLv3 (See LICENSE file).