KuCoin Spot
KuCoin Spot historical market data details - instruments, data coverage and data collection specifics
KuCoin Spot exchange historical data for all its currency pairs is available since 2022-08-16.
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 KuCoin Spot WebSocket Market Data API v1 (https://docs.kucoin.com/#websocket-feed) 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
market/match Public trade executions stream
market/level2 Level 2 order book deltas stream
market/level2Snapshot — generated channel Generated Level 2 order book snapshots from REST API. Used to bootstrap book state before market/level2 deltas. Snapshot messages marked as
"generated":trueon topic/market/level2Snapshot:<symbol>.market/ticker Ticker updates with best bid and ask plus 24h stats
market/snapshot Market summary snapshots stream
Market data collection details
Market data collection infrastructure for KuCoin Spot is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://ws-api-spot.kucoin.com.
Last updated
Was this helpful?