HTX Coin-M Perpetual
HTX Coin-M Perpetual historical market data details - instruments, data coverage and data collection specifics
HTX Coin-M Perpetual historical data for all its instruments is available since 2020-03-28.
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 Coin-M Perpetual 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 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 (depth.size_150.high_freq). Order book integrity is validated using sequence numbers (
versionfield) — on missed message the WebSocket connection is restarted.bbo — available since 2020-08-17 Best bid and ask quote updates stream
liquidation_orders — available since 2020-06-23 Liquidation events stream
basis — available since 2020-06-23 Basis and index price updates stream
funding_rate — available since 2020-06-23 Funding rate updates stream
open_interest — available since 2020-06-23 — generated channel Generated open interest snapshots from REST endpoint every 4-6 seconds per instrument. Messages marked as
"ch":"market.<symbol>.open_interest"and"generated":truewith data field in the same format as REST API response.detail 24h contract statistics stream
contract_info — available since 2020-06-23 Contract definition and status updates stream
elite_account_ratio — available since 2020-10-29 — generated channel Generated elite account long/short ratio snapshots from REST endpoint using 5min period buckets.
elite_position_ratio — available since 2020-10-29 — generated channel Generated elite position long/short ratio snapshots from REST endpoint using 5min period buckets.
Market data collection details
Market data collection infrastructure for HTX Coin-M Perpetual is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://api.hbdm.vn/swap-ws (proxied via Cloudflare).
Last updated
Was this helpful?