Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Releases: altangent/ccxws

v0.47.0

08 Oct 13:03
Compare
Choose a tag to compare

v0.46.1

11 Aug 21:04
Compare
Choose a tag to compare

This release converts the library to be implemented in TypeScript.

v0.45.0

07 Jun 14:56
Compare
Choose a tag to compare

LedgerX

  • Updated endpoint to api.ledgerx.com

v0.44.0

02 Jun 19:31
Compare
Choose a tag to compare

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

22 Apr 12:05
Compare
Choose a tag to compare

Fixes

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

v0.43.0

13 Jan 21:30
Compare
Choose a tag to compare

Changes

  • Bitfinex
  • Gemini

v0.42.0

06 Jan 21:53
Compare
Choose a tag to compare

Changes

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

v0.41.0

28 Dec 13:52
Compare
Choose a tag to compare

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

15 Dec 16:13
Compare
Choose a tag to compare

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

05 Dec 16:29
Compare
Choose a tag to compare

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