tardis-dev
Advanced tools
Comparing version 13.23.6 to 13.24.0
@@ -1,2 +0,2 @@ | ||
export declare const EXCHANGES: readonly ["bitmex", "deribit", "binance-futures", "binance-delivery", "binance-options", "binance", "ftx", "okex-futures", "okex-options", "okex-swap", "okex", "huobi-dm", "huobi-dm-swap", "huobi-dm-linear-swap", "huobi", "bitfinex-derivatives", "bitfinex", "coinbase", "cryptofacilities", "kraken", "bitstamp", "gemini", "poloniex", "bybit", "bybit-spot", "bybit-options", "phemex", "delta", "ftx-us", "binance-us", "gate-io-futures", "gate-io", "okcoin", "bitflyer", "hitbtc", "coinflex", "binance-jersey", "binance-dex", "upbit", "ascendex", "dydx", "serum", "mango", "huobi-dm-options", "star-atlas", "crypto-com", "crypto-com-derivatives", "kucoin", "bitnomial", "woo-x", "blockchain-com"]; | ||
export declare const EXCHANGES: readonly ["bitmex", "deribit", "binance-futures", "binance-delivery", "binance-options", "binance-european-options", "binance", "ftx", "okex-futures", "okex-options", "okex-swap", "okex", "huobi-dm", "huobi-dm-swap", "huobi-dm-linear-swap", "huobi", "bitfinex-derivatives", "bitfinex", "coinbase", "cryptofacilities", "kraken", "bitstamp", "gemini", "poloniex", "bybit", "bybit-spot", "bybit-options", "phemex", "delta", "ftx-us", "binance-us", "gate-io-futures", "gate-io", "okcoin", "bitflyer", "hitbtc", "coinflex", "binance-jersey", "binance-dex", "upbit", "ascendex", "dydx", "serum", "mango", "huobi-dm-options", "star-atlas", "crypto-com", "crypto-com-derivatives", "kucoin", "bitnomial", "woo-x", "blockchain-com"]; | ||
export declare const EXCHANGE_CHANNELS_INFO: { | ||
@@ -54,3 +54,4 @@ bitmex: readonly ["trade", "orderBookL2", "liquidation", "connected", "announcement", "chat", "publicNotifications", "instrument", "settlement", "funding", "insurance", "orderBookL2_25", "orderBook10", "quote", "quoteBin1m", "quoteBin5m", "quoteBin1h", "quoteBin1d", "tradeBin1m", "tradeBin5m", "tradeBin1h", "tradeBin1d"]; | ||
'blockchain-com': string[]; | ||
'binance-european-options': string[]; | ||
}; | ||
//# sourceMappingURL=consts.d.ts.map |
@@ -10,2 +10,3 @@ "use strict"; | ||
'binance-options', | ||
'binance-european-options', | ||
'binance', | ||
@@ -411,2 +412,3 @@ 'ftx', | ||
const BLOCKCHAIN_COM_CHANNELS = ['trades', 'l2', 'l3', 'ticker']; | ||
const BINANCE_EUROPEAN_OPTIONS_CHANNELS = ['trade', 'depth100', 'index', 'markPrice', 'ticker', 'openInterest']; | ||
exports.EXCHANGE_CHANNELS_INFO = { | ||
@@ -463,4 +465,5 @@ bitmex: BITMEX_CHANNELS, | ||
'woo-x': WOOX_CHANNELS, | ||
'blockchain-com': BLOCKCHAIN_COM_CHANNELS | ||
'blockchain-com': BLOCKCHAIN_COM_CHANNELS, | ||
'binance-european-options': BINANCE_EUROPEAN_OPTIONS_CHANNELS | ||
}; | ||
//# sourceMappingURL=consts.js.map |
@@ -25,3 +25,3 @@ import { BookChange, BookTicker, DerivativeTicker, Exchange, Liquidation, OptionSummary, Trade } from '../types'; | ||
readonly symbol: string; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: boolean; | ||
@@ -104,3 +104,3 @@ readonly bids: { | ||
readonly symbol: string; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: boolean; | ||
@@ -107,0 +107,0 @@ readonly bids: { |
@@ -24,3 +24,3 @@ import { BookChange, Exchange, BookTicker, Trade } from '../types'; | ||
readonly symbol: "RENUSDT"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: true; | ||
@@ -27,0 +27,0 @@ readonly bids: { |
@@ -24,3 +24,3 @@ import { BookChange, Exchange, BookTicker, Trade, DerivativeTicker } from '../types'; | ||
readonly symbol: "ETH_CRO" | "BTCUSD-PERP" | "DOT_USDT"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: boolean; | ||
@@ -27,0 +27,0 @@ readonly bids: { |
@@ -25,3 +25,3 @@ import { CircularBuffer } from '../handy'; | ||
readonly symbol: string; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: boolean; | ||
@@ -55,3 +55,3 @@ readonly bids: { | ||
readonly symbol: string; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: false; | ||
@@ -71,3 +71,3 @@ readonly bids: { | ||
readonly symbol: string; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly exchange: "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com"; | ||
readonly isSnapshot: true; | ||
@@ -74,0 +74,0 @@ readonly bids: { |
import { BookChange, DerivativeTicker, Liquidation, OptionSummary, BookTicker, Trade } from '../types'; | ||
import { Mapper } from './mapper'; | ||
export * from './mapper'; | ||
export declare const normalizeTrades: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com">(exchange: T, localTimestamp: Date) => Mapper<T, Trade>; | ||
export declare const normalizeBookChanges: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com">(exchange: T, localTimestamp: Date) => Mapper<T, BookChange>; | ||
export declare const normalizeTrades: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com">(exchange: T, localTimestamp: Date) => Mapper<T, Trade>; | ||
export declare const normalizeBookChanges: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance-options" | "binance-european-options" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bitstamp" | "gemini" | "poloniex" | "bybit" | "bybit-spot" | "bybit-options" | "phemex" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "hitbtc" | "coinflex" | "binance-jersey" | "binance-dex" | "upbit" | "ascendex" | "dydx" | "serum" | "mango" | "huobi-dm-options" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "bitnomial" | "woo-x" | "blockchain-com">(exchange: T, localTimestamp: Date) => Mapper<T, BookChange>; | ||
export declare const normalizeDerivativeTickers: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "ftx" | "okex-futures" | "okex-swap" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "bitfinex-derivatives" | "cryptofacilities" | "bybit" | "phemex" | "delta" | "gate-io-futures" | "coinflex" | "ascendex" | "dydx" | "crypto-com" | "crypto-com-derivatives" | "woo-x">(exchange: T, localTimestamp: Date) => Mapper<T, DerivativeTicker>; | ||
export declare const normalizeOptionsSummary: <T extends "deribit" | "binance-options" | "okex-options" | "bybit-options" | "huobi-dm-options">(exchange: T, localTimestamp: Date) => Mapper<T, OptionSummary>; | ||
export declare const normalizeOptionsSummary: <T extends "deribit" | "binance-options" | "binance-european-options" | "okex-options" | "bybit-options" | "huobi-dm-options">(exchange: T, localTimestamp: Date) => Mapper<T, OptionSummary>; | ||
export declare const normalizeLiquidations: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "ftx" | "okex-futures" | "okex-swap" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "bitfinex-derivatives" | "cryptofacilities" | "bybit">(exchange: T, localTimestamp: Date) => Mapper<T, Liquidation>; | ||
export declare const normalizeBookTickers: <T extends "bitmex" | "deribit" | "binance-futures" | "binance-delivery" | "binance" | "ftx" | "okex-futures" | "okex-options" | "okex-swap" | "okex" | "huobi-dm" | "huobi-dm-swap" | "huobi-dm-linear-swap" | "huobi" | "bitfinex-derivatives" | "bitfinex" | "coinbase" | "cryptofacilities" | "kraken" | "bybit" | "bybit-spot" | "delta" | "ftx-us" | "binance-us" | "gate-io-futures" | "gate-io" | "okcoin" | "bitflyer" | "binance-dex" | "ascendex" | "serum" | "mango" | "star-atlas" | "crypto-com" | "crypto-com-derivatives" | "kucoin" | "woo-x">(exchange: T, localTimestamp: Date) => Mapper<T, BookTicker>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,2 +22,3 @@ "use strict"; | ||
const binancedex_1 = require("./binancedex"); | ||
const binanceeuropeanoptions_1 = require("./binanceeuropeanoptions"); | ||
const binanceoptions_1 = require("./binanceoptions"); | ||
@@ -150,3 +151,4 @@ const bitfinex_1 = require("./bitfinex"); | ||
'blockchain-com': () => new blockchaincom_1.BlockchainComTradesMapper(), | ||
'bybit-options': () => new bybit_1.BybitV5TradesMapper('bybit-options') | ||
'bybit-options': () => new bybit_1.BybitV5TradesMapper('bybit-options'), | ||
'binance-european-options': () => new binanceeuropeanoptions_1.BinanceEuropeanOptionsTradesMapper() | ||
}; | ||
@@ -218,3 +220,4 @@ const bookChangeMappers = { | ||
'blockchain-com': () => new blockchaincom_1.BlockchainComBookChangeMapper(), | ||
'bybit-options': () => new bybit_1.BybitV5BookChangeMapper('bybit-options', 25) | ||
'bybit-options': () => new bybit_1.BybitV5BookChangeMapper('bybit-options', 25), | ||
'binance-european-options': () => new binanceeuropeanoptions_1.BinanceEuropeanOptionsBookChangeMapper() | ||
}; | ||
@@ -252,3 +255,4 @@ const derivativeTickersMappers = { | ||
'huobi-dm-options': () => new huobi_1.HuobiOptionsSummaryMapper(), | ||
'bybit-options': () => new bybit_1.BybitV5OptionSummaryMapper() | ||
'bybit-options': () => new bybit_1.BybitV5OptionSummaryMapper(), | ||
'binance-european-options': () => new binanceeuropeanoptions_1.BinanceEuropeanOptionSummaryMapper() | ||
}; | ||
@@ -255,0 +259,0 @@ const liquidationsMappers = { |
@@ -52,2 +52,3 @@ "use strict"; | ||
const blockchaincom_1 = require("./blockchaincom"); | ||
const binanceeuropeanoptions_1 = require("./binanceeuropeanoptions"); | ||
__exportStar(require("./realtimefeed"), exports); | ||
@@ -105,3 +106,4 @@ const realTimeFeedsMap = { | ||
'woo-x': woox_1.WooxRealTimeFeed, | ||
'blockchain-com': blockchaincom_1.BlockchainComRealTimeFeed | ||
'blockchain-com': blockchaincom_1.BlockchainComRealTimeFeed, | ||
'binance-european-options': binanceeuropeanoptions_1.BinanceEuropeanOptionsRealTimeFeed | ||
}; | ||
@@ -108,0 +110,0 @@ function getRealTimeFeedFactory(exchange) { |
{ | ||
"name": "tardis-dev", | ||
"version": "13.23.6", | ||
"version": "13.24.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -7,2 +7,3 @@ export const EXCHANGES = [ | ||
'binance-options', | ||
'binance-european-options', | ||
'binance', | ||
@@ -452,2 +453,3 @@ 'ftx', | ||
const BLOCKCHAIN_COM_CHANNELS = ['trades', 'l2', 'l3', 'ticker'] | ||
const BINANCE_EUROPEAN_OPTIONS_CHANNELS = ['trade', 'depth100', 'index', 'markPrice', 'ticker', 'openInterest'] | ||
@@ -505,3 +507,4 @@ export const EXCHANGE_CHANNELS_INFO = { | ||
'woo-x': WOOX_CHANNELS, | ||
'blockchain-com': BLOCKCHAIN_COM_CHANNELS | ||
'blockchain-com': BLOCKCHAIN_COM_CHANNELS, | ||
'binance-european-options': BINANCE_EUROPEAN_OPTIONS_CHANNELS | ||
} |
@@ -13,2 +13,7 @@ import { ONE_SEC_IN_MS } from '../handy' | ||
import { binanceDexBookChangeMapper, binanceDexBookTickerMapper, binanceDexTradesMapper } from './binancedex' | ||
import { | ||
BinanceEuropeanOptionsBookChangeMapper, | ||
BinanceEuropeanOptionsTradesMapper, | ||
BinanceEuropeanOptionSummaryMapper | ||
} from './binanceeuropeanoptions' | ||
import { BinanceOptionsBookChangeMapper, BinanceOptionsTradesMapper, BinanceOptionSummaryMapper } from './binanceoptions' | ||
@@ -242,3 +247,4 @@ import { | ||
'blockchain-com': () => new BlockchainComTradesMapper(), | ||
'bybit-options': () => new BybitV5TradesMapper('bybit-options') | ||
'bybit-options': () => new BybitV5TradesMapper('bybit-options'), | ||
'binance-european-options': () => new BinanceEuropeanOptionsTradesMapper() | ||
} | ||
@@ -327,3 +333,4 @@ | ||
'blockchain-com': () => new BlockchainComBookChangeMapper(), | ||
'bybit-options': () => new BybitV5BookChangeMapper('bybit-options', 25) | ||
'bybit-options': () => new BybitV5BookChangeMapper('bybit-options', 25), | ||
'binance-european-options': () => new BinanceEuropeanOptionsBookChangeMapper() | ||
} | ||
@@ -369,3 +376,4 @@ | ||
'huobi-dm-options': () => new HuobiOptionsSummaryMapper(), | ||
'bybit-options': () => new BybitV5OptionSummaryMapper() | ||
'bybit-options': () => new BybitV5OptionSummaryMapper(), | ||
'binance-european-options': () => new BinanceEuropeanOptionSummaryMapper() | ||
} | ||
@@ -372,0 +380,0 @@ |
@@ -49,2 +49,3 @@ import { Exchange, Filter } from '../types' | ||
import { BlockchainComRealTimeFeed } from './blockchaincom' | ||
import { BinanceEuropeanOptionsRealTimeFeed } from './binanceeuropeanoptions' | ||
@@ -106,3 +107,4 @@ export * from './realtimefeed' | ||
'woo-x': WooxRealTimeFeed, | ||
'blockchain-com': BlockchainComRealTimeFeed | ||
'blockchain-com': BlockchainComRealTimeFeed, | ||
'binance-european-options': BinanceEuropeanOptionsRealTimeFeed | ||
} | ||
@@ -109,0 +111,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1823153
479
33717