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

**Exchange** Gemini **Subscription type** Simultaneous L2 and trades subscription. **Describe the bug** Trades and order book data come from the same subscription on the Gemini API. When you try to...

Hello, Very nice work, do you plan to add balance and order to it ? I worked a bit on ws for ccxt before it turn to commercial. Would like...

enhancement
help wanted

According to a comment in [this issue](https://github.com/coinbase/coinbase-pro-node/issues/61), Coinbase Pro public market data endpoints allow higher rate limits if you provide authentication credentials with your request. Similar to how CEX requires...

enhancement
existing exchange

Can ccxws connect via a proxy?

enhancement

With the inclusion of the `error` event there is now a mechanism for transmitting errors to the client. There are currently several gaps surrounding error handling. 1. Clients do not...

This issue is to put together a strategy for handling subscription failures. Right now, when there is a bad subscription, CCXWS does not uniformly report that the subscription has failed....

Just FYI , I implemented a very simple workaround solution in my [fork](https://github.com/nileio/ccxws) to enable a single client to subscribe multiple candlePeriods, as many as the exchange allows of course....

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies