Ccxws Versions Save

WebSocket client for 38 cryptocurrency exchanges

v0.47.0

2 years ago
  • Bitfinex
    • Added support for heartbeat events - PR #257 (@evan-coygo)
  • Coinex
    • Remove support for candles - 95bc98a116701a0728c53217b938aa97b8259cb7 (@bmancini55)
  • ZB
    • Fix URL - 61bcb5329caef226cb528ab625d338481b3de72a (@bmancini55)

v0.46.1

2 years ago

This release converts the library to be implemented in TypeScript.

v0.45.0

2 years ago

LedgerX

  • Updated endpoint to api.ledgerx.com

v0.44.0

2 years ago

General

  • Dependency updates

Binance

  • #280 - Added constructor option, batchTickers to Binance client. Defaults to true. When false, a consumer can subscribe to individual tickers reducing the bandwidth - thanks to @karimhossenbux

v0.43.1

3 years ago

Fixes

  • Bithumb
    • Fix order book bug - #267
  • Digifinex
    • Case insensitive markets - #195
  • ZB
    • New URL for exchange - #278

v0.43.0

3 years ago

Changes

  • Bitfinex
    • PR #243 - @evan-coygo - Adds sequenceId to ticker and trade events
  • Gemini
    • PR #244 - @evan-coygo - Adds l2update broadcast on heartbeat event

v0.42.0

3 years ago

Changes

  • Bitfinex
    • PR #237 @evan-coygo
      • migrated to v2 API
      • added sequenceId and timestampMs to l2snapshot, l2update, l3snapshot, and l3update events
  • Bittrex
    • PR #235 @evan-coygo
      • added sequenceId to l2snapshot
  • CoinbasePro
    • PR #239 @evan-coygo
      • adds timestampMs to l2update
  • Gemini
    • PR #241 @evan-coygo
      • Modifies sequenceId to be socket_sequence and adds eventId

v0.41.0

3 years ago

Changes

  • Binance, BinanceUS, Binance JE
    • removed timestampMs (event time is broadcast as eventMs) from Level2Update
    • added l2updateSpeed and l2snapshotSpeed to constructor options

v0.40.1

3 years ago

Changes

  • ErisX
    • Fixed unsubscribeLevel3Update
    • Added subscirbeLevel2Snapshot functionality
    • Added l2depth property to constructor to control L2 snapshot depth
    • Added fetchSecurities method to retrieve list of raw securities supported by the exchange

v0.40.0

3 years ago

Changes

  • Binance, Binance CoinM, Binance USDTM, Binance US, Binance JE
    • Added eventMs millisecond timestamp to l2update event
  • Binance, Binance US, Binance JE
    • Added eventMs as timestampMs