Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 954 Bytes

File metadata and controls

27 lines (21 loc) · 954 Bytes

BitBay client rest api for C#/.Net

This project is a client for BitBay crypto exchange rest api.

General info

Setup

Lib BitBay client available soon in nuget package.
View BitBay api documentation for get all api method and data model.

Simple code example

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.

Built with

  • .Net Core 3.1
  • NUnit Framework (for testing)
  • Rest api client for c# (MIT license)

Status

Version: 1.0.0

License

MIT License © Sebastian Guzik.