DocumentationAPI endpoints, Python SDK, and historical data format
Ask on ChatGPTREST API - Trades Data
Trade data contains individual trade executions with timestamps, prices, quantities, and market direction.
GET
/download
Download Trade Data
Download hourly trade data files for specific trading pairs and exchanges.
Example: Download BTCUSDT Trades
bash
curl "https://api.cryptohftdata.com/download?file=binance_spot/2025-08-01/20/BTCUSDT_trades.parquet.zst&api_key=your-api-key-here" \
-o BTCUSDT_trades_20.parquet.zst