Skip to content

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

License

Notifications You must be signed in to change notification settings

NullVoxPopuli/CryptoExchangeClient

Repository files navigation

Crypto Exchange Client

NuGet

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 cli
dotnet add package CryptoExchangeClient
paket
paket add CryptoExchangeClient
WindowsLinux

Demo

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

The Cobinhood Demo App

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