This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
Releases: altangent/ccxws
Releases · altangent/ccxws
v0.47.0
- Bitfinex
- Added support for heartbeat events - PR #257 (@evan-coygo)
- Coinex
- Remove support for candles - 95bc98a (@bmancini55)
- ZB
- Fix URL - 61bcb53 (@bmancini55)
v0.46.1
This release converts the library to be implemented in TypeScript.
v0.45.0
LedgerX
- Updated endpoint to api.ledgerx.com
v0.44.0
General
- Dependency updates
Binance
- #280 - Added constructor option,
batchTickers
to Binance client. Defaults totrue
. Whenfalse
, a consumer can subscribe to individual tickers reducing the bandwidth - thanks to @karimhossenbux
v0.43.1
v0.43.0
Changes
- Bitfinex
- PR #243 - @evan-coygo - Adds
sequenceId
toticker
andtrade
events
- PR #243 - @evan-coygo - Adds
- Gemini
- PR #244 - @evan-coygo - Adds
l2update
broadcast on heartbeat event
- PR #244 - @evan-coygo - Adds
v0.42.0
Changes
- Bitfinex
- PR #237 @evan-coygo
- migrated to v2 API
- added
sequenceId
andtimestampMs
tol2snapshot
,l2update
,l3snapshot
, andl3update
events
- PR #237 @evan-coygo
- Bittrex
- PR #235 @evan-coygo
- added
sequenceId
tol2snapshot
- added
- PR #235 @evan-coygo
- CoinbasePro
- PR #239 @evan-coygo
- adds
timestampMs
tol2update
- adds
- PR #239 @evan-coygo
- Gemini
- PR #241 @evan-coygo
- Modifies
sequenceId
to besocket_sequence
and addseventId
- Modifies
- PR #241 @evan-coygo
v0.41.0
Changes
- Binance, BinanceUS, Binance JE
- removed
timestampMs
(event time is broadcast aseventMs
) fromLevel2Update
- added
l2updateSpeed
andl2snapshotSpeed
to constructor options
- removed
v0.40.1
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
- Fixed
v0.40.0
Changes
- Binance, Binance CoinM, Binance USDTM, Binance US, Binance JE
- Added
eventMs
millisecond timestamp to l2update event
- Added
- Binance, Binance US, Binance JE
- Added
eventMs
as timestampMs
- Added