tardis

Download and parse Tardis.dev cryptocurrency market data CSV datasets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lvzzzx/pointline --skill tardis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tardis
Source: https://github.com/lvzzzx/pointline/tree/main/.claude/skills/tardis
Command: npx skills add https://github.com/lvzzzx/pointline --skill tardis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of downloading, parsing, and understanding cryptocurrency market data from Tardis.dev, saving users from complex API interactions and data format deciphering.

Core Features & Use Cases

  • Data Download: Easily download historical tick-level data (trades, order books, etc.) for various exchanges.
  • Schema Reference: Provides clear definitions for all data fields across different data types and exchanges.
  • Order Book Reconstruction: Offers guidance and code examples for rebuilding order books from incremental updates.
  • Use Case: Download all BTC trades from Deribit for a specific date and understand the meaning of each column in the resulting CSV file.

Quick Start

Download trades and order book data for BTC-PERPETUAL on Deribit for January 1st, 2024.

Frequently Asked Questions about tardis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download historical crypto market data as CSV files?

To download historical crypto market data as CSV files, you can use the provided access methods to retrieve tick-level datasets like trades and order books from various cryptocurrency exchanges.

What does each field mean in a Tardis.dev crypto trades CSV export?

The schema reference defines all fields and data types in the crypto trades CSV export, providing clear definitions for columns across different data types and exchanges to help you parse the data accurately.

How do I reconstruct order books from incremental crypto market data updates?

You can reconstruct order books from incremental crypto market data updates by following the provided reconstruction logic and code examples that detail how to process and build order book snapshots.

Can I get derivative tickers and quotes for multiple crypto exchanges?

Yes, you can access derivative tickers and quotes for multiple crypto exchanges, as the reference documentation details file formats and common fields for these specific historical market data types.

What is the best way to understand file formats for historical crypto order book datasets?

The best way to understand file formats for historical crypto order book datasets is to consult the schema reference, which details common fields, data types, and grouped symbols for accurate data parsing.