Tessera

Hyperliquid DEX data, as an API.

Clean, query-ready OHLCV, funding and positioning datasets derived from raw Hyperliquid trade data — served as presigned Parquet downloads over a REST API.

curl https://api.tesseralytics.dev/v1/datasets \
  -H "Authorization: Bearer $TESSERA_API_KEY"
Free tier

Minute OHLCV for BTC, ETH, SOL and HYPE — full history, no card required. Just sign up and create a key.

Clean, checked, backtest-ready

Raw Hyperliquid fills are deduped, aggregated and quality-checked end to end — so every candle and funding print is consistent before it reaches you.

Unlimited Parquet downloads

Every partition is a presigned Parquet file — drop it straight into Polars, pandas or DuckDB. Pull as much as you want; there's no per-GB fee.

Browse the full data catalog →

How it works

  1. Sign up and verify your email.
  2. Create an API key in your account — it's shown once, so save it.
  3. Call GET /v1/datasets with Authorization: Bearer <key> to find the (coin, month) partition you want.
  4. Download it in one command — the /download endpoint redirects straight to the Parquet file:
    curl -L https://api.tesseralytics.dev/v1/datasets/gold_ohlcv_1m/BTC/2025-09/download \
      -H "Authorization: Bearer $TESSERA_API_KEY" \
      -o ohlcv.parquet

Prefer the URL? Add -H "Accept: application/json" and you'll get { url, expires_at } instead of the redirect.

Pricing

Start free. Upgrade when you need funding and positioning data.

Free

$0 /mo

Get started with no card.

  • Minute OHLCV (gold_ohlcv_1m)
  • BTC, ETH, SOL & HYPE
  • Full history
  • REST API + presigned Parquet
Pro Most popular

$50 /mo

Everything in Free, plus the alpha datasets.

  • Everything in Free
  • Funding rates (gold_funding_1h)
  • Positioning analytics (gold_positioning_1h)
  • All coins, including HIP-3 markets

Every plan is all-you-can-eat — unlimited downloads, no per-GB fees. Pull the whole history as often as you like.

Compare plans →