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

in kucoin this format work properly please fix it to a unified format const market = { id: "BTC-USDT", // remote_id used by the exchange base: "BTC", // standardized base...

``` const ccxws = require("ccxws"); const binance = new ccxws.BinanceClient(); const kucoin = new ccxws.KucoinClient(); // select binance markets const subscribeData1 = { id: "ETHUSDT", base: "ETH", quote: "USDT", };...

**Exchange** Binance, Binance Futures **Subscription type** Ticker **Describe the bug** I noticed recently Binancea and Binance Futures stops streaming data randomly. I tested with ticker streaming (!ticker@arr) and if i...

fix-me
existing exchange
hacktoberfest

Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

This PR adds support for BBO (BestBidOffer) ticker from Binance stream's API. It also ensures that `ticker` subscriptions are batched when `batchTickers = false`. Binance sets a limit on the...

Hello, The repository hasn't got any commit for 7 months now, is there still someone maintaining it? Thanks a lot.

Update OkexClient code and test to the new OKEx API v5 version. Fix https://github.com/altangent/ccxws/issues/320

I am subscribing to trades for 9-coins on each exchange, and some of the exchanges allow for subscribing to multiple markets on the same call, so I'm wondering if there...

Bithumb return tickers and trades with timestamp in +9 timezone

Fix for the issue: https://github.com/altangent/ccxws/issues/327