tardis-dev

tardis-dev

3.5

Tardis-dev is a digital assets data platform offering high-frequency historical raw tick data for cryptocurrency markets.

Tardis-dev is a comprehensive digital assets data platform designed to provide high-frequency historical raw tick data for various cryptocurrency markets. It focuses on delivering detailed, tick-level insights into L2 & L3 order book updates, trades, quotes, open interest, funding, and options data. The platform supports a wide range of digital asset exchanges and instruments, making it an essential tool for anyone working in the cryptocurrency trading space.

Features

  • Historical Tick-Level Data: Access granular data including tick-level L2 & L3 order book updates, tick-by-tick trades, quotes, open interest, funding rates, and options chains.
  • Wide Exchange Coverage: Supports data from top exchanges such as BitMEX, Deribit, Binance, FTX, OKEx, Huobi, Bitfinex, Kraken, Coinbase Pro, and many more.
  • Diverse Asset Support: Covers major digital assets like Bitcoin, Ethereum, Litecoin, Ripple, Cardano, and BNB, as well as derivatives like options, futures, and perpetual swaps.
  • Versatile Use Cases: Ideal for market microstructure research, order book dynamics analysis, liquidity and lead-lag analysis, trading execution optimization, backtesting, and strategy optimization.
  • Full Historical Reconstruction: Enables full historical order book reconstruction at any given point in time, making it invaluable for training machine learning models and designing quantitative models.

MCP Tools

  • Exchanges Tool: Retrieves exchange details such as available symbols, dates, channels, and incidents.

Usage with Different Platforms

mcp

python
# Example script to retrieve exchange details using Tardis-dev MCP
from tardis_dev import Exchanges

# Initialize the Exchanges tool
exchanges_tool = Exchanges()

# Retrieve details for a specific exchange
exchange_details = exchanges_tool.get_exchange_details(exchange='binance')

# Print the exchange details
print(exchange_details)