Skip to content

c# api wrapper for HitBtc crypto exchange

Notifications You must be signed in to change notification settings

alokym86/HitBtc.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitBtc.Net

build

HitBtc.Net.Client is a .Net wrapper for the HitBtc API as described on HitBtc. It includes all features the API provides using clear and readable C# objects including

  • Reading market info
  • Placing and managing orders
  • Reading balances and funds
  • Live updates using the websocket

Additionally it adds some convenience features like:

  • Configurable rate limiting
  • Autmatic logging

Installation

Nuget version Nuget downloads

Available on NuGet:

PM> Install-Package HitBtc.Net.Client

To get started with HitBtc.Net.Client first you will need to get the library itself. The easiest way to do this is to install the package into your project using NuGet.

Getting started

To get started we have to add the HitBtc.Net.Client namespace: using HitBtc.Net;.

HitBtc.Net.Client provides three clients to interact with the HitBtc API:

The HitBtcClient provides all rest API calls.

The HitBtcSocketClient provides functions to interact with the websocket provided by the HitBtc API.

See examples here.

If you think something is broken, something is missing or have any questions, please open an Issue

CryptoExchange.Net

Implementation is build upon the CryptoExchange.Net library, make sure to also check out the documentation on that: docs

Other CryptoExchange.Net implementations:


Bitfinex

Bittrex

Binance

CoinEx

Huobi

Kucoin

Kraken

Switcheo

Liquid

OKEx

Exante

Changelog

  • 05/06/2021 - IExchangeClient recent trades changed to public
  • 03/18/2021 - IExchangeClient common interface implementation
  • 03/09/2021 - socket, more api methods implemented
  • 02/27/2021 - Initial release

Donations

Donations are greatly appreciated and a motivation to keep improving.

Btc: 14nuXrFEKTrvyhHWYW7RgRt4zVxBfwff5V
Eth: 0x7CD82F45b173891e36d68ea4311B8b13A11a3B4b

About

c# api wrapper for HitBtc crypto exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%