Skip to content

Guzik1/BitBayClient_for_.Net

Repository files navigation

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.

About

BitBay client rest api for c#/.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages