/BTSEClient.Net

BTSE Client C# .Net Core

Primary LanguageC#MIT LicenseMIT

BTSEClient.Net

BTSE Client C# .Net Core

Client for BTSE API

Both spot and futures are supported REST only as of now. No Web Sockets support.

How to use:

  1. Open Soultion filr in Visual Studio and build it.
  2. Go to /BTSEClient/BtseApi.Client/jsconfig.json and fill in your BTSE Prod and/or Testnet ApiKey and SecretKey. If you want to tun on Prod version (not testnet) set IsProd to true in this file
  3. You can start using the Client. See NUnit tests for Client use examples.