Documentation
Developer Resources
Everything you need to integrate with CryptoHFTData. Explore our API endpoints, Python SDK, and historical data format.
REST API - Symbols Discovery
Use the symbols endpoint to discover every trading pair we have stored for a given exchange, including delisted markets when historical files exist.
GET
/symbols
List Available Symbols
Enumerate every symbol CryptoHFTData has stored for a specific exchange, including historical delisted markets when files exist.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| exchange | string | Yes | Exchange identifier (for example, binance_spot) |
| data_type | string | No | Optional filter that limits results to a specific dataset (for example, trades or orderbook) |
Example Request
Example Response
Tip
Parameter values are case-insensitive. We automatically normalize the exchange and data type names, so TRADES andtrades resolve to the same dataset.