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.
| dotnet cli |
dotnet add package CryptoExchangeClient |
|---|---|
| paket |
paket add CryptoExchangeClient |
| Windows | Linux |
|---|---|
- Clone this repo
- Open the
CryptoExchangeClient.slnfile - Run the
Examplesproject (default)
- Cobinhood - Docs
- Full Rest API Docs: Usage in Demo
- GDAX
- Binance
Once the Visual Studio Extensions are installed, open the solution
- Tools -> Paket -> Restore All Packages
