tardis-dev 14.2.0 → 14.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/binarysplit.d.ts.map +1 -1
  2. package/dist/binarysplit.js +19 -16
  3. package/dist/binarysplit.js.map +1 -1
  4. package/dist/consts.d.ts +10 -12
  5. package/dist/consts.d.ts.map +1 -1
  6. package/dist/consts.js +30 -16
  7. package/dist/consts.js.map +1 -1
  8. package/dist/exchangedetails.d.ts +56 -16
  9. package/dist/exchangedetails.d.ts.map +1 -1
  10. package/dist/instrumentinfo.d.ts +29 -1
  11. package/dist/instrumentinfo.d.ts.map +1 -1
  12. package/dist/mappers/bybit.d.ts +2 -2
  13. package/dist/mappers/bybitspot.d.ts +1 -1
  14. package/dist/mappers/cryptocom.d.ts +5 -5
  15. package/dist/mappers/cryptocom.d.ts.map +1 -1
  16. package/dist/mappers/huobi.d.ts +3 -3
  17. package/dist/mappers/index.d.ts +0 -8
  18. package/dist/mappers/index.d.ts.map +1 -1
  19. package/dist/mappers/index.js +0 -8
  20. package/dist/mappers/index.js.map +1 -1
  21. package/dist/realtimefeeds/binance.d.ts +14 -1
  22. package/dist/realtimefeeds/binance.d.ts.map +1 -1
  23. package/dist/realtimefeeds/binance.js +150 -34
  24. package/dist/realtimefeeds/binance.js.map +1 -1
  25. package/dist/realtimefeeds/index.d.ts.map +1 -1
  26. package/dist/realtimefeeds/index.js +0 -3
  27. package/dist/realtimefeeds/index.js.map +1 -1
  28. package/dist/realtimefeeds/realtimefeed.d.ts +1 -0
  29. package/dist/realtimefeeds/realtimefeed.d.ts.map +1 -1
  30. package/dist/realtimefeeds/realtimefeed.js +9 -3
  31. package/dist/realtimefeeds/realtimefeed.js.map +1 -1
  32. package/package.json +3 -3
  33. package/src/binarysplit.ts +25 -16
  34. package/src/consts.ts +30 -18
  35. package/src/exchangedetails.ts +70 -14
  36. package/src/instrumentinfo.ts +29 -1
  37. package/src/mappers/cryptocom.ts +4 -4
  38. package/src/mappers/index.ts +0 -8
  39. package/src/realtimefeeds/binance.ts +226 -43
  40. package/src/realtimefeeds/index.ts +0 -3
  41. package/src/realtimefeeds/realtimefeed.ts +12 -4
  42. package/dist/mappers/binanceoptions.d.ts +0 -92
  43. package/dist/mappers/binanceoptions.d.ts.map +0 -1
  44. package/dist/mappers/binanceoptions.js +0 -177
  45. package/dist/mappers/binanceoptions.js.map +0 -1
  46. package/dist/realtimefeeds/binanceoptions.d.ts +0 -9
  47. package/dist/realtimefeeds/binanceoptions.d.ts.map +0 -1
  48. package/dist/realtimefeeds/binanceoptions.js +0 -34
  49. package/dist/realtimefeeds/binanceoptions.js.map +0 -1
  50. package/src/mappers/binanceoptions.ts +0 -265
  51. package/src/realtimefeeds/binanceoptions.ts +0 -37
package/src/consts.ts CHANGED
@@ -3,7 +3,6 @@ export const EXCHANGES = [
3
3
  'deribit',
4
4
  'binance-futures',
5
5
  'binance-delivery',
6
- 'binance-options',
7
6
  'binance-european-options',
8
7
  'binance',
9
8
  'ftx',
@@ -49,7 +48,6 @@ export const EXCHANGES = [
49
48
  'huobi-dm-options',
50
49
  'star-atlas',
51
50
  'crypto-com',
52
- 'crypto-com-derivatives',
53
51
  'kucoin',
54
52
  'kucoin-futures',
55
53
  'bitnomial',
@@ -102,7 +100,8 @@ const COINBASE_CHANNELS = [
102
100
  'ticker',
103
101
  'snapshot',
104
102
  'last_match',
105
- 'full_snapshot'
103
+ 'full_snapshot',
104
+ 'rfq_matches'
106
105
  ] as const
107
106
 
108
107
  const DERIBIT_CHANNELS = [
@@ -142,7 +141,10 @@ const OKEX_CHANNELS = [
142
141
  'status',
143
142
  'instruments',
144
143
  'taker-volume',
145
- 'public-struc-block-trades'
144
+ 'public-struc-block-trades',
145
+ 'liquidations',
146
+ 'loan-ratio',
147
+ 'public-block-trades'
146
148
  ] as const
147
149
 
148
150
  const OKCOIN_CHANNELS = [
@@ -187,7 +189,13 @@ const OKEX_FUTURES_CHANNELS = [
187
189
  'taker-volume',
188
190
  'liquidations',
189
191
  'public-struc-block-trades',
190
- 'liquidation-orders'
192
+ 'liquidation-orders',
193
+ 'estimated-price',
194
+ 'long-short-account-ratio-contract',
195
+ 'long-short-account-ratio-contract-top-trader',
196
+ 'long-short-position-ratio-contract-top-trader',
197
+ 'public-block-trades',
198
+ 'taker-volume-contract'
191
199
  ] as const
192
200
 
193
201
  const OKEX_SWAP_CHANNELS = [
@@ -222,7 +230,12 @@ const OKEX_SWAP_CHANNELS = [
222
230
  'taker-volume',
223
231
  'liquidations',
224
232
  'public-struc-block-trades',
225
- 'liquidation-orders'
233
+ 'liquidation-orders',
234
+ 'long-short-account-ratio-contract',
235
+ 'long-short-account-ratio-contract-top-trader',
236
+ 'long-short-position-ratio-contract-top-trader',
237
+ 'public-block-trades',
238
+ 'taker-volume-contract'
226
239
  ] as const
227
240
 
228
241
  const OKEX_OPTIONS_CHANNELS = [
@@ -251,7 +264,9 @@ const OKEX_OPTIONS_CHANNELS = [
251
264
  'mark-price',
252
265
  'price-limit',
253
266
  'public-struc-block-trades',
254
- 'option-trades'
267
+ 'option-trades',
268
+ 'estimated-price',
269
+ 'public-block-trades'
255
270
  ] as const
256
271
 
257
272
  const COINFLEX_CHANNELS = ['futures/depth', 'trade', 'ticker'] as const
@@ -268,7 +283,8 @@ const FTX_CHANNELS = [
268
283
  'borrowRate',
269
284
  'borrowSummary',
270
285
  'ticker',
271
- 'leveragedTokenInfo'
286
+ 'leveragedTokenInfo',
287
+ 'busy'
272
288
  ] as const
273
289
 
274
290
  const GEMINI_CHANNELS = ['trade', 'l2_updates', 'auction_open', 'auction_indicative', 'auction_result'] as const
@@ -291,7 +307,8 @@ const BINANCE_FUTURES_CHANNELS = [
291
307
  'topLongShortPositionRatio',
292
308
  'globalLongShortAccountRatio',
293
309
  'takerlongshortRatio',
294
- '!contractInfo'
310
+ '!contractInfo',
311
+ 'assetIndex'
295
312
  ] as const
296
313
 
297
314
  const BINANCE_DELIVERY_CHANNELS = [
@@ -315,7 +332,7 @@ const BINANCE_DELIVERY_CHANNELS = [
315
332
 
316
333
  const BITFINEX_DERIV_CHANNELS = ['trades', 'book', 'raw_book', 'status', 'liquidations', 'ticker'] as const
317
334
 
318
- const HUOBI_CHANNELS = ['depth', 'detail', 'trade', 'bbo', 'mbp', 'etp'] as const
335
+ const HUOBI_CHANNELS = ['depth', 'detail', 'trade', 'bbo', 'mbp', 'etp', 'mbp.20'] as const
319
336
 
320
337
  const HUOBI_DM_CHANNELS = [
321
338
  'depth',
@@ -358,8 +375,6 @@ const HUOBI_DM_LINEAR_SWAP_CHANNELS = [
358
375
  'elite_position_ratio'
359
376
  ] as const
360
377
 
361
- const BINANCE_OPTIONS_CHANNELS = ['TRADE', 'TICKER', 'DEPTH100', 'INDEX'] as const
362
-
363
378
  const PHEMEX_CHANNELS = ['book', 'orderbook_p', 'trades', 'trades_p', 'market24h', 'spot_market24h', 'perp_market24h_pack_p'] as const
364
379
 
365
380
  const BYBIT_CHANNELS = [
@@ -382,7 +397,8 @@ const BYBIT_CHANNELS = [
382
397
  'publicTrade',
383
398
  'tickers',
384
399
  'liquidation',
385
- 'allLiquidation'
400
+ 'allLiquidation',
401
+ 'orderbook.1000'
386
402
  ] as const
387
403
 
388
404
  const BYBIT_OPTIONS_CHANNELS = ['orderbook.25', 'orderbook.100', 'publicTrade', 'tickers']
@@ -442,12 +458,10 @@ const MANGO_CHANNELS = [
442
458
 
443
459
  const HUOBI_DM_OPTIONS_CHANNELS = ['trade', 'detail', 'depth', 'bbo', 'open_interest', 'option_market_index', 'option_index'] as const
444
460
 
445
- const BYBIT_SPOT_CHANNELS = ['trade', 'bookTicker', 'depth', 'orderbook.1', 'orderbook.50', 'publicTrade', 'tickers', 'lt']
461
+ const BYBIT_SPOT_CHANNELS = ['trade', 'bookTicker', 'depth', 'orderbook.1', 'orderbook.50', 'publicTrade', 'tickers', 'lt', 'orderbook.200']
446
462
 
447
463
  const CRYPTO_COM_CHANNELS = ['trade', 'book', 'ticker', 'settlement', 'index', 'mark', 'funding', 'estimatedfunding']
448
464
 
449
- const CRYPTO_COM_DERIVATIVES = ['trade', 'book', 'ticker', 'settlement', 'index', 'mark', 'funding']
450
-
451
465
  const KUCOIN_CHANNELS = ['market/ticker', 'market/snapshot', 'market/level2', 'market/match', 'market/level2Snapshot']
452
466
 
453
467
  const BITNOMIAL_CHANNELS = ['trade', 'level', 'book', 'block', 'status']
@@ -539,7 +553,6 @@ export const EXCHANGE_CHANNELS_INFO = {
539
553
  'gate-io': GATE_IO_CHANNELS,
540
554
  'gate-io-futures': GATE_IO_FUTURES_CHANNELS,
541
555
  poloniex: POLONIEX_CHANNELS,
542
- 'binance-options': BINANCE_OPTIONS_CHANNELS,
543
556
  upbit: UPBIT_CHANNELS,
544
557
  ascendex: ASCENDEX_CHANNELS,
545
558
  dydx: DYDX_CHANNELS,
@@ -549,7 +562,6 @@ export const EXCHANGE_CHANNELS_INFO = {
549
562
  'huobi-dm-options': HUOBI_DM_OPTIONS_CHANNELS,
550
563
  mango: MANGO_CHANNELS,
551
564
  'crypto-com': CRYPTO_COM_CHANNELS,
552
- 'crypto-com-derivatives': CRYPTO_COM_DERIVATIVES,
553
565
  kucoin: KUCOIN_CHANNELS,
554
566
  bitnomial: BITNOMIAL_CHANNELS,
555
567
  'woo-x': WOOX_CHANNELS,
@@ -10,36 +10,89 @@ export async function getExchangeDetails<T extends Exchange>(exchange: T) {
10
10
  return exchangeDetails as ExchangeDetails<T>
11
11
  }
12
12
 
13
- export type SymbolType = 'spot' | 'future' | 'perpetual' | 'option'
13
+ export type SymbolType = 'spot' | 'future' | 'perpetual' | 'option' | 'combo'
14
+
15
+ export type DatasetType =
16
+ | 'trades'
17
+ | 'incremental_book_L2'
18
+ | 'quotes'
19
+ | 'derivative_ticker'
20
+ | 'options_chain'
21
+ | 'book_snapshot_25'
22
+ | 'book_snapshot_5'
23
+ | 'liquidations'
24
+ | 'book_ticker'
14
25
 
15
26
  export type Stats = {
16
27
  trades: number
17
28
  bookChanges: number
18
29
  }
19
30
 
20
- export type DatasetType = 'trades' | 'incremental_book_L2' | 'quotes' | 'derivative_ticker' | 'options_chain'
21
-
22
31
  type Datasets = {
23
- dataTypes: DatasetType[]
24
32
  formats: ['csv']
25
- exportedFrom: Date
26
- exportedUntil: Date
33
+ exportedFrom: string
34
+ exportedUntil: string
27
35
  stats: Stats
28
36
  symbols: {
29
37
  id: string
30
38
  type: SymbolType
31
39
  availableSince: string
32
- availableTo: string
33
- stats: Stats
40
+ availableTo?: string
41
+ dataTypes: DatasetType[]
42
+ }[]
43
+ }
44
+
45
+ type ChannelDetails = {
46
+ name: string
47
+ description: string
48
+ frequency: string
49
+ frequencySource: string
50
+ exchangeDocsUrl?: string
51
+ sourceFor?: string[]
52
+ availableSince: string
53
+ availableTo?: string
54
+ apiVersion?: string
55
+ additionalInfo?: string
56
+ generated?: true
57
+ }
58
+
59
+ type DataCenter = {
60
+ host: string
61
+ regionId: string
62
+ location: string
63
+ }
64
+
65
+ type DataCollectionDetails = {
66
+ recorderDataCenter: DataCenter
67
+ recorderDataCenterChanges?: {
68
+ until: string
69
+ dataCenter: DataCenter
70
+ }[]
71
+ wssConnection?: {
72
+ url: string
73
+ apiVersion?: string
74
+ proxiedViaCloudflare?: boolean
75
+ }
76
+ wssConnectionChanges?: {
77
+ until: string
78
+ url?: string
79
+ apiVersion?: string
80
+ proxiedViaCloudflare?: boolean
81
+ }[]
82
+ exchangeDataCenter?: DataCenter
83
+ exchangeDataCenterChanges?: {
84
+ until: string
85
+ dataCenter: DataCenter
34
86
  }[]
35
87
  }
36
88
 
37
89
  export type ExchangeDetailsBase<T extends Exchange> = {
38
90
  id: T
39
91
  name: string
40
- filterable: boolean
41
92
  enabled: boolean
93
+ delisted?: boolean
42
94
  availableSince: string
95
+ availableTo?: string
43
96
 
44
97
  availableChannels: FilterForExchange[T]['channel'][]
45
98
 
@@ -54,11 +107,14 @@ export type ExchangeDetailsBase<T extends Exchange> = {
54
107
  incidentReports: {
55
108
  from: string
56
109
  to: string
57
- status: 'resolved' | 'wontfix'
110
+ status: 'resolved' | 'wontfix' | 'unresolved'
58
111
  details: string
59
- }
112
+ }[]
113
+
114
+ channelDetails: ChannelDetails[]
115
+ apiDocsUrl?: string
116
+ dataCollectionDetails?: DataCollectionDetails
117
+ datasets: Datasets
60
118
  }
61
119
 
62
- type ExchangeDetails<T extends Exchange> =
63
- | (ExchangeDetailsBase<T> & { supportsDatasets: false })
64
- | (ExchangeDetailsBase<T> & { supportsDatasets: true; datasets: Datasets })
120
+ type ExchangeDetails<T extends Exchange> = ExchangeDetailsBase<T>
@@ -79,6 +79,8 @@ export type ContractType =
79
79
  export interface InstrumentInfo {
80
80
  /** symbol id */
81
81
  id: string
82
+ /** dataset symbol id, may differ from id */
83
+ datasetId?: string
82
84
  /** exchange id */
83
85
  exchange: string
84
86
  /** normalized, so for example bitmex XBTUSD has base currency set to BTC not XBT */
@@ -86,20 +88,30 @@ export interface InstrumentInfo {
86
88
  /** normalized, so for example bitfinex BTCUST has quote currency set to USDT, not UST */
87
89
  quoteCurrency: string
88
90
  type: SymbolType
91
+ /** derivative contract type */
92
+ contractType?: ContractType
89
93
  /** indicates if the instrument can currently be traded. */
90
94
  active: boolean
91
95
  /** date in ISO format */
92
96
  availableSince: string
93
97
  /** date in ISO format */
94
98
  availableTo?: string
99
+ /** date in ISO format, when the instrument was first listed on the exchange */
100
+ listing?: string
95
101
  /** in ISO format, only for futures and options */
96
102
  expiry?: string
103
+ /** expiration schedule type */
104
+ expirationType?: 'daily' | 'weekly' | 'next_week' | 'quarter' | 'next_quarter'
105
+ /** the underlying index for derivatives */
106
+ underlyingIndex?: string
97
107
  /** price tick size, price precision can be calculated from it */
98
108
  priceIncrement: number
99
109
  /** amount tick size, amount/size precision can be calculated from it */
100
110
  amountIncrement: number
101
111
  /** min order size */
102
112
  minTradeAmount: number
113
+ /** minimum notional value */
114
+ minNotional?: number
103
115
  /** consider it as illustrative only, as it depends in practice on account traded volume levels, different categories, VIP levels, owning exchange currency etc */
104
116
  makerFee: number
105
117
  /** consider it as illustrative only, as it depends in practice on account traded volume levels, different categories, VIP levels, owning exchange currency etc */
@@ -116,11 +128,27 @@ export interface InstrumentInfo {
116
128
  strikePrice?: number
117
129
  /** option type, only for options */
118
130
  optionType?: 'call' | 'put'
119
- /** date in ISO format */
131
+ /** margin mode */
132
+ marginMode?: 'isolated' | 'cross'
133
+ /** whether margin trading is supported (spot) */
134
+ margin?: boolean
135
+ /** if this instrument is an alias for another */
136
+ aliasFor?: string
137
+ /** historical changes to instrument parameters */
120
138
  changes?: {
121
139
  until: string
122
140
  priceIncrement?: number
123
141
  amountIncrement?: number
124
142
  contractMultiplier?: number
143
+ minTradeAmount?: number
144
+ makerFee?: number
145
+ takerFee?: number
146
+ quanto?: boolean
147
+ inverse?: boolean
148
+ settlementCurrency?: string
149
+ underlyingIndex?: string
150
+ contractType?: ContractType
151
+ quoteCurrency?: string
152
+ type?: string
125
153
  }[]
126
154
  }
@@ -2,7 +2,7 @@ import { upperCaseSymbols } from '../handy'
2
2
  import { BookChange, Exchange, BookTicker, Trade, DerivativeTicker } from '../types'
3
3
  import { Mapper, PendingTickerInfoHelper } from './mapper'
4
4
 
5
- export class CryptoComTradesMapper implements Mapper<'crypto-com' | 'crypto-com-derivatives', Trade> {
5
+ export class CryptoComTradesMapper implements Mapper<'crypto-com', Trade> {
6
6
  constructor(private readonly _exchange: Exchange) {}
7
7
  canHandle(message: CryptoComTradeMessage) {
8
8
  return message.result !== undefined && message.result.channel === 'trade'
@@ -40,7 +40,7 @@ export class CryptoComTradesMapper implements Mapper<'crypto-com' | 'crypto-com-
40
40
  }
41
41
  }
42
42
 
43
- export class CryptoComBookChangeMapper implements Mapper<'crypto-com' | 'crypto-com-derivatives', BookChange> {
43
+ export class CryptoComBookChangeMapper implements Mapper<'crypto-com', BookChange> {
44
44
  constructor(protected readonly _exchange: Exchange) {}
45
45
 
46
46
  canHandle(message: CryptoComBookMessage) {
@@ -82,7 +82,7 @@ export class CryptoComBookChangeMapper implements Mapper<'crypto-com' | 'crypto-
82
82
  }
83
83
  }
84
84
 
85
- export class CryptoComBookTickerMapper implements Mapper<'crypto-com' | 'crypto-com-derivatives', BookTicker> {
85
+ export class CryptoComBookTickerMapper implements Mapper<'crypto-com', BookTicker> {
86
86
  constructor(protected readonly _exchange: Exchange) {}
87
87
 
88
88
  canHandle(message: CryptoComTickerMessage) {
@@ -119,7 +119,7 @@ export class CryptoComBookTickerMapper implements Mapper<'crypto-com' | 'crypto-
119
119
  }
120
120
  }
121
121
 
122
- export class CryptoComDerivativeTickerMapper implements Mapper<'crypto-com-derivatives', DerivativeTicker> {
122
+ export class CryptoComDerivativeTickerMapper implements Mapper<'crypto-com', DerivativeTicker> {
123
123
  private readonly pendingTickerInfoHelper = new PendingTickerInfoHelper()
124
124
  private readonly _indexPrices = new Map<string, number>()
125
125
 
@@ -19,7 +19,6 @@ import {
19
19
  BinanceEuropeanOptionSummaryMapper,
20
20
  BinanceEuropeanOptionSummaryMapperV2
21
21
  } from './binanceeuropeanoptions'
22
- import { BinanceOptionsBookChangeMapper, BinanceOptionsTradesMapper, BinanceOptionSummaryMapper } from './binanceoptions'
23
22
  import {
24
23
  BitfinexBookChangeMapper,
25
24
  BitfinexDerivativeTickerMapper,
@@ -288,7 +287,6 @@ const tradesMappers = {
288
287
  poloniex: (localTimestamp: Date) =>
289
288
  shouldUsePoloniexV2Mappers(localTimestamp) ? new PoloniexV2TradesMapper() : new PoloniexTradesMapper(),
290
289
  coinflex: () => coinflexTradesMapper,
291
- 'binance-options': () => new BinanceOptionsTradesMapper(),
292
290
  upbit: () => new UpbitTradesMapper(),
293
291
  ascendex: () => new AscendexTradesMapper(),
294
292
  dydx: () => new DydxTradesMapper(),
@@ -299,7 +297,6 @@ const tradesMappers = {
299
297
  'bybit-spot': (localTimestamp: Date) =>
300
298
  shouldUseBybitV5Mappers(localTimestamp) ? new BybitV5TradesMapper('bybit-spot') : new BybitSpotTradesMapper('bybit-spot'),
301
299
  'crypto-com': () => new CryptoComTradesMapper('crypto-com'),
302
- 'crypto-com-derivatives': () => new CryptoComTradesMapper('crypto-com-derivatives'),
303
300
  kucoin: () => new KucoinTradesMapper('kucoin'),
304
301
  'kucoin-futures': () => new KucoinFuturesTradesMapper(),
305
302
  bitnomial: () => bitnomialTradesMapper,
@@ -387,7 +384,6 @@ const bookChangeMappers = {
387
384
  poloniex: (localTimestamp: Date) =>
388
385
  shouldUsePoloniexV2Mappers(localTimestamp) ? new PoloniexV2BookChangeMapper() : new PoloniexBookChangeMapper(),
389
386
  coinflex: () => coinflexBookChangeMapper,
390
- 'binance-options': () => new BinanceOptionsBookChangeMapper(),
391
387
  upbit: () => new UpbitBookChangeMapper(),
392
388
  ascendex: () => new AscendexBookChangeMapper(),
393
389
  dydx: () => new DydxBookChangeMapper(),
@@ -396,7 +392,6 @@ const bookChangeMappers = {
396
392
  'star-atlas': () => new SerumBookChangeMapper('star-atlas'),
397
393
  mango: () => new SerumBookChangeMapper('mango'),
398
394
  'crypto-com': () => new CryptoComBookChangeMapper('crypto-com'),
399
- 'crypto-com-derivatives': () => new CryptoComBookChangeMapper('crypto-com-derivatives'),
400
395
  kucoin: (localTimestamp: Date) => new KucoinBookChangeMapper('kucoin', isRealTime(localTimestamp) === false),
401
396
  'kucoin-futures': (localTimestamp: Date) => new KucoinFuturesBookChangeMapper(isRealTime(localTimestamp) === false),
402
397
  bitnomial: () => new BitnomialBookChangMapper(),
@@ -442,7 +437,6 @@ const derivativeTickersMappers = {
442
437
  ascendex: () => new AscendexDerivativeTickerMapper(),
443
438
  dydx: () => new DydxDerivativeTickerMapper(),
444
439
  'dydx-v4': () => new DydxV4DerivativeTickerMapper(),
445
- 'crypto-com-derivatives': () => new CryptoComDerivativeTickerMapper('crypto-com-derivatives'),
446
440
  'crypto-com': () => new CryptoComDerivativeTickerMapper('crypto-com'),
447
441
  'woo-x': () => new WooxDerivativeTickerMapper(),
448
442
  'kucoin-futures': () => new KucoinFuturesDerivativeTickerMapper(),
@@ -455,7 +449,6 @@ const optionsSummaryMappers = {
455
449
  deribit: () => new DeribitOptionSummaryMapper(),
456
450
  'okex-options': (localTimestamp: Date) =>
457
451
  shouldUseOkexV5Mappers(localTimestamp) ? new OkexV5OptionSummaryMapper() : new OkexOptionSummaryMapper(),
458
- 'binance-options': () => new BinanceOptionSummaryMapper(),
459
452
  'huobi-dm-options': () => new HuobiOptionsSummaryMapper(),
460
453
  'bybit-options': () => new BybitV5OptionSummaryMapper(),
461
454
  'binance-european-options': (localTimestamp: Date) =>
@@ -540,7 +533,6 @@ const bookTickersMappers = {
540
533
  'bybit-spot': (localTimestamp: Date) =>
541
534
  shouldUseBybitV5Mappers(localTimestamp) ? new BybitV5BookTickerMapper('bybit-spot') : new BybitSpotBookTickerMapper('bybit-spot'),
542
535
  'crypto-com': () => new CryptoComBookTickerMapper('crypto-com'),
543
- 'crypto-com-derivatives': () => new CryptoComBookTickerMapper('crypto-com-derivatives'),
544
536
  kucoin: () => new KucoinBookTickerMapper('kucoin'),
545
537
  'woo-x': () => new WooxBookTickerMapper(),
546
538
  delta: () => new DeltaBookTickerMapper(),