This project is a client for BitBay crypto exchange rest api.
Lib BitBay client available soon in nuget package.
View BitBay api documentation for get all api method and data model.
Example for get ticker for BTCUSD market.
BitBayClient bbc = new BitBayClient();
Ticker bitcoinTicker = bbc.PublicTrading.GetTicker("BTCUSD");
For more information, you must view lib documentation.
- .Net Core 3.1
- NUnit Framework (for testing)
- Rest api client for c# (MIT license)
Version: 1.0.0