WOO X
WOO X historical market data details - instruments, data coverage and data collection specifics
WOO X exchange historical data for all its instruments is available since 2023-01-20.
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
For data since 2026-06-29 22:00 UTC, historical data format is the same as provided by real-time WOO X WebSocket Market Data API v3 (wss://wss.woox.io/v3/public) with addition of local timestamps. Before that, WOO X data was captured from Market Data API v2 (wss://wss.woo.org/ws/stream). Public Tardis channel names stayed the same, but native message payloads follow the WOO X API version used at the replay timestamp. 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 Public trade executions stream
orderbook — generated channel Initial order book snapshots from REST API used to bootstrap
orderbookupdatestream. Since 2026-06-29 22:00 UTC, snapshots are fetched from WOO X V3 public orderbook API withmaxLevel=50and stored as V3-like messages withtopic:"orderbook@<symbol>@50",generated:true,datafrom the REST response andtsfrom the REST response timestamp. Before that, generated snapshots used the legacy WebSocket order book request flow. https://developer.woox.io/api-reference/endpoint/public_data/orderbookorderbookupdate Order book incremental updates. Since 2026-06-29 22:00 UTC, collected from WOO X V3
orderbookupdate@{symbol}@50at50ms; before that, WOO X V2 provided this channel at200ms.bbo Best bid and ask updates
indexprice Index price updates
markprice Mark price updates
openinterest Open interest updates. Since 2026-06-29 22:00 UTC, WOO X V3 pushes every
1swhen open interest changes and forces an update every10swhen unchanged; before that, WOO X V2 frequency was10s.estfundingrate Estimated funding rate updates
ticker 24h ticker updates
Market data collection details
Market data collection infrastructure for WOO X is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://wss.woox.io/v3/public. Before 2026-06-29 22:00 UTC, data was captured from WOO X Market Data API v2 at wss://wss.woo.org/ws/stream.
Last updated
Was this helpful?
