Export Workflow
1
Choose a market
Start from
/data, /data/catalog, a category page, or a market page. Market slugs are generated, so preserve the venue family and market slug supplied by the UI instead of constructing one from a plain symbol.2
Choose schemas
Select only the data families needed: L2, L3, L4, trades, funding, OI, liquidations, or order events.
3
Choose UTC dates
Keep the requested date range explicit. The browser presets are
30D, 90D, 1Y, All, and Custom; coverage and settled-market end dates can constrain the window.4
Review the estimate
Check estimated size, rows, credits, pricing unit, minimums, and any subscriber-credit context.
5
Place the order
Use the authenticated Data Catalog checkout flow. Build API clients against documented OpenAPI routes; do not depend on browser checkout calls unless they are published as public API routes.
6
Store metadata with files
Keep venue family, market, schema key, UTC range, quote context, and data-rights decision with the output.
When To Export Instead Of Call The API
Use exports for warehouse loading, offline research, large historical windows, durable datasets, or workflows where Parquet files are easier to govern than many API calls. Use REST for app-integrated bounded requests. Use WebSocket replay when event order is part of the product requirement.Validation Step
Before widening an order, run the smallest useful export: one market, one schema, and a short UTC window. Confirm the file schema, row timestamps, market identity, size estimate, and downstream loader behavior. Then scale the date range or schema set with the same metadata attached.Shareable Selection Parameters
Catalog URLs can preserve a configured selection, but those parameters describe browser state, not a public REST contract.
When a market route such as
/data/markets/hyperliquid/btc-uc0r/ is available, prefer that route over a selected query string. Keep the configured route, schema keys, and date range with the export checklist so another user can reproduce the order without reconstructing the browser flow.
Export Order Checklist
Keep a compact order record with every export request and delivered file.
This checklist lets another engineer understand the file without replaying the browser flow. It also keeps Data Catalog exports separate from JSON API responses when files move into a warehouse or model pipeline.
Related Pages
Data catalog
Website route model and export product boundaries.
Export schemas
Schema keys, coverage keys, rough columns, pricing units, and format.
Export checkout
Credits, quote, checkout, authenticated return, and dashboard behavior.
Data rights
The transformation and source-exposure test for ordinary products, plus benchmark, index, financial-product, standalone/substitute, raw-redistribution, white-label, and OEM boundaries.