ccxws icon indicating copy to clipboard operation
ccxws copied to clipboard

WebSocket client for 38 cryptocurrency exchanges

Results 69 ccxws issues
Sort by recently updated
recently updated
newest added

Coinbasepro has limit on 100 incoming messages per second, need to add rate limit functionality for this.

Hi, I'm daniel. Wonderful project you've got here, its just perfect! One little problem though, when i listen for Binance trades, i get them come in. But on switching that...

Hi, I noticed coinbase not able to connect streams. So i checked its documentation and I find that they rate-limiting to 100 per second. I tested by adding manual code...

i try to modify smart-wss.js to add proxy like this: ``` const { default: HttpsProxyAgent } = require("https-proxy-agent/dist/agent"); this._wss = new WebSocket(wssPath, { perMessageDeflate: false, handshakeTimeout: 15000, agent: new HttpsProxyAgent('http://127.0.0.1:8001')...

Hello, are there hooks available to capture the raw messages sent to and from exchanges before they are normalized? I'd like to maintain a log of the raw messages from...

Seem that I can't install a error handler for each exchange, there is only one for all of them. If I use multiple exchanges, only the last one is firing...

Some exchanges implement a "spread" or "top of book" stream (see conversation in https://github.com/altangent/ccxws/issues/142#issuecomment-603449124). This issue will create a separate event stream for exchanges that support this type of stream....

enhancement
existing exchange

BTC Turk updated its docs and there is WebSocket now. https://docs.btcturk.com/#introduction

new exchange

Hi. I am writing to ask if it is possible to get TRADE data only for the SINGLE account with api key and secret

I wonder if there is option like in binance to check on candles if they are finite or no. Because when I subscribe to candles I am getting only the...