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

Gate.io ob feed goes out of sync quite fast. Here is a repro: https://codesandbox.io/s/node-js-forked-bu2mv?file=/src/index.js Update 1: made another repro using regular ws. Seems like problem is still there. So gate.io...

My version is 0.47.0. ``` Uncaught TypeError: Cannot read properties of null (reading 'map') at KucoinClient.__requestLevel2Snapshot (/mnt/c/Users/david/proj/***/node_modules/ccxws/dist/src/exchanges/KucoinClient.js:474:40) at runMicrotasks () at processTicksAndRejections (node:internal/process/task_queues:96:5) { domainEmitter: KucoinClient { _events: [Object: null...

Hi: The Binance domains are blocked in some areas, how to set network proxy if using this lib? Thanks

I've noticed that ccxws subscribes to the event that responds with "tick" event which only gives a pair and the price without the volume. I believe this is not really...

Problem: When the tool subscribes to futures contracts we received data but it will not be emitted because the market will be undefined. And it is right for heartbeat messages....

I do not get data from Bitfinex future contracts. The problem is the [market](https://github.com/altangent/ccxws/blob/master/src/exchanges/BitfinexClient.ts#L286) which is undefined when try to get via "channel.pair".

When I try to get data by your lib, I geting warnings like this: ![image](https://user-images.githubusercontent.com/32235469/42921316-a350cfd6-8b45-11e8-9c7e-47a7cce89087.png) And catch this error: ![image](https://user-images.githubusercontent.com/32235469/42921325-b7bc6f02-8b45-11e8-9884-a0bb727e2433.png) This is how I try to fetch data: ``` const...

enhancement

From docs: >Aside from that, you can subscribe to up to 25 channels at the same time per connection But looks like they not too strict about it, we're subscribing...

Upbit doesn't support unsubscribing for some reason, but in code it's implemented 1-to-1 as subscribing method. I guess need to notify that unsub is not supported and for sure don't...