The BitcoinTrade API client wrapper for .NET projects.
View the Project on GitHub guibranco/bitcointrade-sdk-dotnet
The BitcoinTrade API client wrapper for .NET projects.
Build status | Last commit | Tests | Coverage | Code Smells | LoC |
---|---|---|---|---|---|
Download the latest zip file from the Release page.
Package | Version | Downloads |
---|---|---|
bitcointrade |
Implements all features of BitcoinTrade API available at BitcoinTrade API Docs
//sample CSharp code showing how to use the lib
var client = new BitcointradeClient();
client.CallSomeMethod();