⚠ Deprecated: Other, Legacy
Bitcoin Trade replaced by Ripio
The BitcoinTrade exchange API client wrapper
$ dotnet add package BitcoinTradeThe 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();