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"
Browse the full data catalog →
How it works
- Sign up and verify your email.
- Create an API key in your account — it's shown once, so save it.
- Call
GET /v1/datasetswithAuthorization: Bearer <key>to find the(coin, month)partition you want. - Download it in one command — the
/downloadendpoint 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.
Every plan is all-you-can-eat — unlimited downloads, no per-GB fees. Pull the whole history as often as you like.