MKT CAP$2.22T+0.4%
24H VOL$93.0B
BTC DOM57.7%
HEALTH29BEARISH
SHORT-TERM41BEARISH
LONG-TERM17BEARISH
OI$47.4B-0.3%
24H LIQ$111M
LONG/SHORT64.8% / 35.2%
REGIME (LT)ESTABLISHED BEAR MARKET
REGIME (ST)RANGE / LOW VOLATILITY
HL OI$7.5B
WHALESSHORT 47.0%
MKT CAP$2.22T+0.4%
24H VOL$93.0B
BTC DOM57.7%
HEALTH29BEARISH
SHORT-TERM41BEARISH
LONG-TERM17BEARISH
OI$47.4B-0.3%
24H LIQ$111M
LONG/SHORT64.8% / 35.2%
REGIME (LT)ESTABLISHED BEAR MARKET
REGIME (ST)RANGE / LOW VOLATILITY
HL OI$7.5B
WHALESSHORT 47.0%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
Pro Plus · Historical & Bulk Data

Backtest-ready crypto data,
without the data engineering

Minute-level klines, funding history, liquidations, daily market snapshots and a 2020→now regime archive — cleaned, gap-checked Parquet files plus a REST query API. One subscription instead of a data pipeline.

What's in the archive

Coverage as audited July 2026 — the index endpoint always has the live per-symbol ranges.

DatasetCoverageSinceFormat
1m klines — Binance450+ USDT-perp markets, complete 1,440-bar day files, volumes re-verified against Binance30 Mar 2026daily .parquet
1m klines — HyperliquidEvery Hyperliquid perp (229 assets)30 Mar 2026daily .parquet
Deep klines — Hyperliquid1d candles back to HL's 2023 launch; 1h/4h several months back2023monthly .parquet
Funding — HyperliquidHourly funding rate, all perps — also queryable via the REST endpointMay 2023monthly .parquet + API
Funding — BinanceFunding + open interest + mark price, all markets30 Mar 2026daily .parquet + API
LiquidationsPer-symbol long/short liquidation flow, all Hyperliquid perps30 Mar 2026daily .parquet
Daily market snapshotsThe full /daily payload per day: market health, derivatives, sentiment, macro, ETF flows, cycle indicators2 Mar 2026JSON
Market regime historyHourly 6-state HMM regime probabilities, full market scope2020bulk .parquet

Honest limits: liquidation history begins 30 Mar 2026 — no exchange publishes older per-account liquidation data, so nobody can backfill it. Hyperliquid's API only serves ~4 days of 1-minute candles, which is why the minute archive grows forward from when we started capturing it.

How it works

1 · Discover

One call returns the full archive index — every data type, symbol, exchange and date range.

2 · Download

Request pre-signed URLs for exactly the files you want and pull them straight into pandas / polars.

3 · Query

Or skip files entirely — the REST endpoints serve klines, funding and liquidations with time-range filters.

# the whole catalogue, one call curl -H "X-API-Key: $KEY" https://cryptodataapi.com/api/v1/backtesting/archives/index # pre-signed Parquet links: all Binance klines for June 2026 curl -H "X-API-Key: $KEY" "https://cryptodataapi.com/api/v1/backtesting/archives/download?data_type=daily&exchange=binance&start=2026-06-01&end=2026-06-30" # or query directly: BTC hourly funding since June 2023 curl -H "X-API-Key: $KEY" "https://cryptodataapi.com/api/v1/backtesting/funding?symbol=BTC&exchange=hyperliquid&start=2023-06-01"

Full endpoint reference in the API docs under Backtesting. Guides: getting Binance historical data for backtesting · backtesting with the regime-history Parquet.

FAQ

How far back does the data go?

Regime history: 2020 (hourly). Hyperliquid funding: hourly since May 2023; HL daily candles to its 2023 launch. Minute klines, liquidations and daily snapshots grow forward from March 2026 — no exchange serves historical minute data or liquidation history, so those can only be captured live.

What format is the data in?

Parquet (loads straight into pandas / polars) via pre-signed URLs, plus REST query endpoints with time-range filters. Daily snapshots are JSON.

Can my AI agent use it?

Yes — the same key works via the MCP server and REST, an agent can subscribe itself via x402, and /archives/index is a machine-readable catalogue of every dataset and date range.

Why not just download it yourself?

You can. Binance publishes its raw kline history in a requester-pays AWS S3 bucket — pulling the archive cost us roughly $40 in AWS fees alone, before writing a single line of code. Then you still have to dedupe partial candles, verify volumes, fill exchange-outage gaps, convert to a usable format, and host the result somewhere your backtester can reach.

We did that once, keep it updated daily, and re-verify candle volumes against the exchange. Pro Plus includes the whole archive — pre-signed Parquet downloads and a query API.

Get Pro Plus Includes everything in Pro, plus the full historical & bulk-data layer. Compare plans →