Bitget Spot
Bitget historical market data details - currency pairs, data coverage and data collection specifics
Bitget historical data is available since 2024-11-08.
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 Bitget 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
Current channels (API v3, since 2026-04-28):
publicTrade Spot public trade executions stream
books Full-depth spot order book snapshots and incremental updates stream, pushed every 50ms. During data collection, order book integrity is validated using Bitget
seqandpseqfields.books1 Spot best bid and ask snapshots stream. Since 2026-04-28 collected through Bitget WebSocket API v3 at 1ms; before that, collected through API v2 at 10ms.
Legacy channels (API v2, until 2026-04-28):
trade Spot public trade executions stream
books15 Spot order book snapshots at depth 15, pushed every 200ms
Market data collection details
Market data collection infrastructure for Bitget is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://ws.bitget.com/v3/ws/public from 2026-04-28. Before that date, data was captured from Bitget WebSocket API v2 at wss://ws.bitget.com/v2/ws/public.
Last updated
Was this helpful?