All Projects → aloysius-pgast → Bittrex Signalr Client

aloysius-pgast / Bittrex Signalr Client

Node.js implementation of SignalR protocol tailored for Bittrex exchange

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bittrex Signalr Client

Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+1221.62%)
Mutual labels:  api, cryptocurrency, bittrex
Crypto Exchanges Gateway
Your gateway to the world of crypto !
Stars: ✭ 343 (+827.03%)
Mutual labels:  api, cryptocurrency, bittrex
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (+262.16%)
Mutual labels:  api, cryptocurrency, bittrex
Bittrex.net
A C# .Net wrapper for the Bittrex web API including all features easily accessible and usable
Stars: ✭ 131 (+254.05%)
Mutual labels:  api, cryptocurrency, bittrex
Python Binance
Binance Exchange API python implementation for automated trading
Stars: ✭ 4,114 (+11018.92%)
Mutual labels:  api, cryptocurrency
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+551.35%)
Mutual labels:  api, bittrex
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+9362.16%)
Mutual labels:  api, cryptocurrency
Iota.go
IOTA Go API Library. Find documentation on https://docs.iota.org/
Stars: ✭ 319 (+762.16%)
Mutual labels:  api, cryptocurrency
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+60713.51%)
Mutual labels:  api, cryptocurrency
Iota.py
PyOTA: The IOTA Python API Library
Stars: ✭ 337 (+810.81%)
Mutual labels:  api, cryptocurrency
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+1405.41%)
Mutual labels:  api, cryptocurrency
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+1524.32%)
Mutual labels:  cryptocurrency, bittrex
Php Bitcoinrpc
Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
Stars: ✭ 231 (+524.32%)
Mutual labels:  api, cryptocurrency
Twitch Js
A community-centric, community-supported version of tmi.js
Stars: ✭ 225 (+508.11%)
Mutual labels:  api, ws
Pycoingecko
Python wrapper for the CoinGecko API
Stars: ✭ 270 (+629.73%)
Mutual labels:  api, cryptocurrency
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+467.57%)
Mutual labels:  api, cryptocurrency
Binance
A .NET Standard Binance API library.
Stars: ✭ 199 (+437.84%)
Mutual labels:  api, cryptocurrency
Cryptocompare Api
Jupyter Notebook with examples of useful CryptoCompare API calls
Stars: ✭ 25 (-32.43%)
Mutual labels:  api, cryptocurrency
Coingecko Api
A Node.js wrapper for the CoinGecko API with no dependencies.
Stars: ✭ 159 (+329.73%)
Mutual labels:  api, cryptocurrency
Huobi java
Java SDK for Huobi Spot API
Stars: ✭ 180 (+386.49%)
Mutual labels:  api, cryptocurrency

bittrex-signalr-client

Node.js implementation of SignalR protocol tailored for Bittrex exchange

Disclaimer

This is a work in progress mostly meant to be integrated in Crypto Exchanges Gateway. But it can also be used as a standalone module to connect to Bittrex WS

NB : doing REST API calls is outside of the scope of the module. If you need support for Bittrex REST API, use node.bittrex.api instead

What it does

  • Implement methods for subscribing to tickers & markets (order books & trades)

  • Automatically detect missed order book events and resync automatically by retrieving full order book

  • Handle automatic reconnection in (I think !) every possible scenario

  • Implements a watchdog to detect when Bittrex stops sending data (default to 30min, automatic reconnection)

  • Handle CloudFare's anti-ddos page using cloudscaper

  • Support for new Bittrex API (tickers, order books, trades & user orders)

Installation

npm install bittrex-signalr-client

How to use it

See documentation in doc directory for a description of supported API

See examples in examples directory for an overview of what this library can do

Other similar projects

My work is inspired by signalr-client. Unfortunately, developer of signalr-client is not working actively on it anymore. Also, the way disconnection was managed in signalr-client didn't suit my needs

node.bittrex.api is a really nice wrapper around Bittrex API. Unfortunately it uses signalr-client internally.

I need to add that without the work of dparlevliet who did some reverse engineering on Bittrex usage of SignalR, this library would not exist

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].