3.2.3 • Published 7 years ago

@btcc_exchange/poloniex-orderbook v3.2.3

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
7 years ago

Poloniex Orderbook

npm GitHub tag GitHub stars

!!! Read it !!!

Since August 2017 Poloniex added anti-bot protection for their site and websocket connection which were used in this library. If you want to go on with poloniex-orderbook you will have to do extra workaround to make it work. Otherwise you're left with another option is to use official poloniex api (which I'm not support here).

Module for creating and maintaining Poloniex's orderbook on server side.

  • From v3.0 I switched from pushAPI to WebScoket based API, it's made intaraction with poloniex much faster.
  • From v3.2 we have to deal with Poloniex's anti-bot protection. Or refuse to use this lib and return to official API.

Installation

$ npm install @btcc_exchange/poloniex-orderbook

docs

Please see https://github.com/evilive3000/poloniex-orderbook