General

Common questions about exchanges, API access and infrastructure

What is Tardis.dev and what is your unique value proposition?

Tardis.dev provides tick-level historical and real-time cryptocurrency market data from 50+ exchanges and offers:

Data use cases

  • market microstructure and order book dynamics research

  • trading execution optimization

  • tick-level granularity market simulation

  • liquidity and lead-lag analysis

  • backtesting and optimization of trading strategies

  • full historical order book reconstruction at any given point in time

  • training machine learning models

  • alpha generation

  • designing quantitative models

  • academic research

  • data visualizations

Which exchanges, instruments and currency pairs are supported?
Do you provide discounts?

We provide discounts via different subscription types.

Do you offer free trials?

Yes, if you'd like to test the service (data quality, coverage, API performance etc.) we offer generous free trials. Simply reach out to us and we'll set up trial account for you.

What does professional support mean?

Our support team has in-depth knowledge of market data and exchange API peculiarities, plus programming and data analysis expertise. You get answers straight from people whose day-to-day job is overseeing and maintaining market data collection processes and infrastructure.

For business subscriptions we provide priority email support with 8-12 business hours initial response time.

For pro subscriptions we provide email support with 24-48 business hours initial response time.

For academic and solo subscriptions there is no dedicated support provided, only self-service.

Why would I use your services if I can collect data by myself?

Since cryptocurrency exchanges' market data APIs are public, anyone can use them to collect data, but it's a time-consuming and resource-intensive undertaking (exchanges we support publish ~1000GB of new data every day) that requires investment in proper infrastructure, constant monitoring and oversight (exchange API changes, rate-limiting monitoring, new exchange integrations, unexpected connection issues, latency monitoring, etc.), not to mention implementation costs of data collection, storage, and distribution services.

We think our offering saves you time and money compared to building an in-house solution, letting you focus on trading and research rather than data infrastructure. See our data types, data sourcing approach, and pricing for details.

How can I download the data?

You can access historical market data via API which provides raw data in exchange native format or download CSV datasets with trades, incremental order book L2 updates, order book snapshots (top 25 and top 5), options chains, quotes, book tickers, derivative tickers (open interest, funding, mark price, index price) and liquidations.

Our client libs provide data in normalized format as well, which can be more flexible than CSV datasets for some use cases but also slower to download due to on-demand, client-side data normalization overhead in comparison to ready to download CSV files.

Replay API supports custom time windows with minute precision (e.g., 2024-01-15T09:30:00.000Z to 2024-01-15T16:00:00.000Z). CSV datasets are available as daily files.

How far back is historical data available?

Data is available since 2019-03-30 for majority of the supported exchanges (that existed at that time).

exchange

available since

available until

2019-03-30

2019-09-25

2019-03-30

2019-03-30

2020-02-01

2019-03-30

2021-12-04

2023-04-05

2019-03-30

2026-04-29

2019-03-30

2024-10-29

2026-04-17

2026-05-25

2019-11-19

2019-03-30

2019-06-04

2019-05-23

2024-08-23

2020-07-01

2020-07-01

2024-11-08

2024-11-08

2024-01-25

2022-08-16

2022-06-01

2019-03-30

2019-08-30

2023-01-20

2021-03-03

2020-03-17

2020-03-30

2023-02-23

2023-01-13

2019-08-30

2019-11-19

2020-07-01

2019-08-01

2022-11-13

2020-05-22

2022-11-13

2019-11-19

2025-10-01

2020-07-14

2023-04-07

2019-10-30

2020-11-10

2019-06-04

2022-10-04

2021-02-01

2021-06-26

2021-04-06

2024-10-30

2021-06-23

2022-11-13

2022-01-19

2022-10-14

2021-10-09

2022-09-05

Do you provide historical market data in CSV flat files?

Yes, see downloadable CSV files documentation for more details.

What programming languages are supported?

Any programming language that can communicate using HTTPS can communicate with our HTTP API.

We provide official Python and Node.js clients for accessing tick-level historical market data.

Finally, our open source, locally runnable tardis-machine server with built-in local data caching provides market data normalization, custom order book snapshot capabilities, and real-time market data streaming support that connects directly to exchanges' WebSocket APIs. It provides both streaming HTTP and WebSocket endpoints returning market data for whole time periods (in contrast to Tardis.dev HTTP API, where a single call returns data for a single minute time period) and is available via npm and as a Docker image.

What API protocols can be used to access market data?

Historical market data provided by HTTP API can be accessed via HTTPS.

Locally runnable tardis-machine server provides both HTTP and WebSocket based APIs for accessing both historical and real-time market data.

How does time-machine market replay work?

Exchanges' market data WebSocket APIs are designed to publish real-time feeds and not historical ones. Locally runnable tardis-machine server's WebSocket API bridges that gap and allows "replaying" historical market data from any given past point in time with the same data format and 'subscribe' logic as real-time exchanges' APIs. In many cases existing exchanges' WebSocket clients can be used to connect to this endpoint just by changing URL, and receive market data in exchange-native format for date ranges specified in URL query string params.

Do you support consolidated real-time market data streaming?

We do not provide a hosted real-time market data API as we think that, given everyone can access exchanges' APIs directly for free without restrictions, relying on a 3rd party for such a crucial piece of infrastructure does not make sense (additional latency and another SPOF).

Instead we developed locally runnable (self hosted) server and open source libraries that offer consolidated real-time normalized market data streaming capabilities, connect directly to exchanges' WebSocket APIs and are completely free to use.

Are there any rate-limits for the API?

There are no API rate limits for the downloadable CSV files API.

Raw data replay API for professional level subscriptions is limited to 30 million requests per day and up to 60 concurrent requests. API key can be used only from a single IP address at the same time.

For business level subscriptions there are no rate limits for raw data replay API as long as your behavior does not negatively impact other customers API usage experience. If that's the case, we'll contact you via email and do our best to help sort it out - in most cases it's a download client bug that repeatedly downloads the same data in a loop.

If you exceed the daily rate limit, the API will return HTTP 403 responses for the next 24 hours. Contact support if you believe this happened in error or need assistance.

A single replay call can generate many underlying requests — one for each minute of replayed data per channel/symbol combination. To minimize request usage, request data for multiple symbols at once rather than one-by-one — passing an empty symbols array ([]) returns data for all active symbols in a single replay.

How do I obtain my API key?

API key can be obtained on Tardis.dev website via order form. You'll receive it via email after successful order.

How can I rotate or reset my API key?

Contact us and we will generate a new API key for you. The previous key is invalidated immediately upon rotation. If your key was compromised, contact us as soon as possible.

What is your infrastructure setup?

Market data collection

Highly available Google Cloud Platform Kubernetes Clusters located in London, UK (europe-west2 region) and Tokyo, Japan (asia-northeast1 region)

Market data storage

Two independent, geo-redundant, highly durable storage services

Market data distribution

High performance API servers deployed across network of data centers around the globe

What is premium connectivity?

For Pro and Business subscriptions, we provide premium connectivity powered by Cloudflare Argo Smart Routing. Argo Smart Routing optimizes the network path for API requests by routing traffic through Cloudflare's private network backbone instead of the congested public internet.

Argo routes API traffic through Cloudflare's private backbone instead of the public internet, which reduces latency, improves reliability through automatic failover around congestion and outages, and gives more predictable response times regardless of your location.

Do you provide an SLA?

We do not have a formal SLA in place yet, but all infrastructure is set up to provide the highest availability possible on both data collection and distribution sides with a geo-redundant setup. Both data collection services and public APIs are constantly monitored from multiple locations and our team is immediately notified in case of any issue. We don't perform maintenance that would affect API availability, but in very rare circumstances, if that happens, we'll communicate it in advance. If a formal SLA is something your business requires, contact us.

Last updated

Was this helpful?