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** Kucoin **Subscription type** L3orderbook **Describe the bug** For some reason if I try to connect to the kucoin L3 orderbook it will often not send any updates at all....

fix-me
existing exchange
hacktoberfest

Top 1 volume on Coinmarketcap right now. **Exchange URL** https://bitmax.io **Exchange API URL** https://bitmax-exchange.github.io/bitmax-pro-api/#websocket --- Refer to [Contributing Guide](https://github.com/altangent/ccxws/blob/master/CONTRIBUTING.md) for additional information.

new exchange
hacktoberfest

**Exchange API URL** https://github.com/bw-exchange/api_docs_en/wiki https://github.com/bw-exchange/api_docs_en/wiki/WebSocket-API-Subscribe-instructions https://github.com/bw-exchange/api_docs_en/wiki/WebSocket-API-Reference **Additional information about Websocket connection** Supports tickers, trades, and L2 orderbook with an initial snapshot. --- Refer to [Contributing Guide](https://github.com/altangent/ccxws/blob/master/CONTRIBUTING.md) for additional information.

new exchange
hacktoberfest

Integrate the bybit exchange **Exchange URL** [https://www.bybit.com/](https://www.bybit.com/) **Exchange API URL** [https://bybit-exchange.github.io/docs/inverse/](https://bybit-exchange.github.io/docs/inverse/) **Additional information about Websocket connection** [https://bybit-exchange.github.io/docs/inverse/#t-websocket](https://bybit-exchange.github.io/docs/inverse/#t-websocket) --- Refer to [Contributing Guide](https://github.com/altangent/ccxws/blob/master/CONTRIBUTING.md) for additional information.

new exchange
hacktoberfest

Integrate the Luno Exchange **Exchange URL** https://www.luno.com/ **Exchange API URL** https://www.luno.com/en/developers/api **Additional information about Websocket connection** https://www.luno.com/en/developers/api#tag/Streaming-API-(beta) --- Refer to [Contributing Guide](https://github.com/altangent/ccxws/blob/master/CONTRIBUTING.md) for additional information.

new exchange
hacktoberfest

An uprising new exchange. **Exchange URL** https://crypto.com/exchange/ **Exchange API URL** https://crypto.com/exchange-doc#ws-api --- Refer to [Contributing Guide](https://github.com/altangent/ccxws/blob/master/CONTRIBUTING.md) for additional information.

new exchange
hacktoberfest

**Exchange** Huobi **Subscription type** L2Update **Description** Huobi offers L2 streams on a new socket for L2 updates: https://huobiapi.github.io/docs/spot/v1/en/#market-by-price-incremental-update This will need to be done after #149 so that it is...

existing exchange

First implementation draft about [decorators](https://github.com/altangent/ccxws/issues/149#issuecomment-678357521). This draft aims to show a solution to enhance the functionalities of exchanges without modifying the current code and it could live while refactor the...

It is a non-trivial task to understand what needs to be done to implement a new exchange or to modify an existing exchange for additional functionality. To name a few...

enhancement
help wanted

Verify that it is indeed L3 snapshots. Add support for L3 Snapshots to the Bitstamp client via detail_order_book_[currency_pair] subscriptions: https://www.bitstamp.net/websocket/v2/ Update README as per #174

enhancement
existing exchange