tardis-node icon indicating copy to clipboard operation
tardis-node copied to clipboard

Convenient access to tick-level real-time and historical cryptocurrency market data via Node.js

Results 7 tardis-node issues
Sort by recently updated
recently updated
newest added

I've checked this https://github.com/tardis-dev/tardis-node/issues/30, but it seems not working properly. Consider following code snippet, it basically re-subscribes some symbols to `deribit` exchange every minute. At the end of minute interval,...

https://github.com/tardis-dev/tardis-node/blob/122a49f9bbb6f6917929a9da25f50d8bc3ed842e/src/realtimefeeds/binance.ts#L42-L48 A bunch of places in the real time feeds use this pattern where `Promise.all` is used to process a whole batch at once. This is not ideal however, because...

hi, any plans for kucoin?

It should be supported - there's support planned for it in ccxt as well ccxt/ccxt#56

enhancement

Looks like Tardis is using old `futures.order_book` channel for `gate-io-futures`, e.g. [2023-09-01 feed](https://api.tardis.dev/v1/data-feeds/gate-io-futures?from=2023-09-1) According to [this article](https://www.gate.io/article/19776) it should be possible to switch into `futures.order_book_update`, similarly as is already used...

In the Binance Futures depth stream, the event timestamp is actually the send timestamp, and the transaction timestamp is the actual time at which matching happens. When examining the stream...