HTX Options
HTX Options (formerly Huobi Options) historical market data details - available instruments, data coverage and data collection specifics
HTX Options historical data for all its instruments is available since 2021-02-01 until 2021-06-26.
Downloadable CSV files
Historical CSV datasets for the first day of each month are available to download without API key. See downloadable CSV files documentation.
API Access and data format
Historical data format is the same as provided by real-time HTX Options WebSocket API with addition of local timestamps. If you'd like to work with normalized data format instead (same format for each exchange) see downloadable CSV files or official client libs that can perform data normalization client-side.
See Python client docs.
See Node.js client docs.
See HTTP API docs.
Tardis-machine is a locally runnable server that exposes API allowing efficiently requesting historical market data for whole time periods in contrast to HTTP API that provides data only in minute by minute slices.
See tardis-machine docs.
Captured real-time channels
trade Trade executions stream
depth Order book snapshots and incremental updates stream (30ms frequency). Order book integrity is validated using sequence numbers (version field) -- on missed message the WebSocket connection is restarted. Uses
depth.size_150.high_freqwhich natively provides incremental updates with"event":"update"|"snapshot"field.open_interest -- generated channel Generated open interest snapshots from REST endpoint every 4-6 seconds per instrument
option_market_index -- generated channel Generated option market index snapshots from REST endpoint
option_index -- generated channel Generated option underlying index snapshots from REST endpoint
detail 24h option statistics stream (500ms frequency)
bbo Best bid and ask quote updates stream
Market data collection details
Market data collection infrastructure for HTX Options was located in GCP asia-northeast1 region (Tokyo, Japan).
Real-time market data was captured via multiple WebSocket connections to wss://api.hbdm.com/option-ws (proxied via Cloudflare).
Last updated
Was this helpful?