CryptoExchangeClient

Clients for multiple cryptocurrency exchanges. All clients have a shared interface for common actions.

MIT License

Stars
13

Crypto Exchange Client

This Package's goal is to provide a common interface to exchanges' REST and Websocket apis.

Because the package uses only dotnet core 2.0 libraries, it should be cross-platform.

Install

dotnet add package CryptoExchangeClient
paket add CryptoExchangeClient

Demo

  1. Clone this repo
  2. Open the CryptoExchangeClient.sln file
  3. Run the Examples project (default)

Current Supported Exchanges

Coming Soon:

  • GDAX
  • Binance

Development

Recommended Visual Studio Extensions

Docs

Packages Used

Getting Started

Once the Visual Studio Extensions are installed, open the solution

  • Tools -> Paket -> Restore All Packages

References

Installing the current dotnetcore sdk

Badges
Extracted from project README's
NuGet
Related Projects