Developer Resources
Everything you need to integrate with CryptoHFTData. Explore our API endpoints, Python SDK, and historical data format.
LOADING DATA...
Everything you need to integrate with CryptoHFTData. Explore our API endpoints, Python SDK, and historical data format.
LOADING DATA...
Use the SDK's list_symbols helper to explore every exchange and dataset combination we have stored. Historical symbols stay discoverable even after an exchange delists them, as long as matching files exist in the dataset. The helper issues a cached/symbols API request and returns a sorted Python list so you can validate coverage before starting a download job.
Call chd.list_symbols for a quick snapshot or use the client method when you already have a configuredCryptoHFTDataClient instance. The response is cached at the edge for 24 hours, which keeps symbol discovery fast even when an exchange exposes thousands of markets.
Pass the optional data_type argument to narrow the results to a single dataset. This mirrors the REST API query parameter and accepts the same values shown below.
Store the returned list in configuration files, iterate over it to schedule batch downloads, or cross-reference it with your existing analytics universe. Because the helper always returns sorted symbols, you get deterministic diffs when persisting discovery results to source control.