Documentation

Developer Resources

Everything you need to integrate with CryptoHFTData. Explore our API endpoints, Python SDK, and historical data format.

REST API - Order Book Data

Order book data contains L2 depth information showing bid and ask levels with prices and quantities. Each file contains one hour of order book snapshots and updates.

GET
/download

Download Order Book Data

Download hourly order book data files for specific trading pairs and exchanges.

Request Parameters

ParameterTypeRequiredDescription
filestringYesFile path following the pattern: {exchange}/{date}/{hour}/{symbol}_orderbook.parquet.zst
api_keystringNoOptional. Omit for the 60 requests/minute free tier, or provide an API key when not using JWT authentication.

Example: Download BTCUSDT Order Book for June 22, 2025, Hour 20

Have questions?

Our support team is available to help you with integration.

Contact Support