Bybit Spot
Bybit Spot historical market data details - available instruments, data coverage and data collection specifics
Bybit Spot historical data for all its currency pairs is available since 2021-12-04.
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 Bybit Spot 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
v5 API channels (since 2023-04-05):
publicTrade — available since 2023-04-05 Real-time public trade executions stream
orderbook.50 — available since 2023-04-05 Order book snapshots and deltas at depth 50
orderbook.200 — available since 2025-02-24 Order book snapshots and deltas at depth 200
orderbook.1 — available since 2023-04-05 Order book snapshots and deltas at depth 1
tickers — available since 2023-04-05 Ticker snapshots and deltas with 24h stats
lt — available since 2023-04-05 Leveraged token NAV and basket updates
v2 API channels (before 2023-04-05):
trade Public trade executions stream
depth Order book snapshots and deltas
bookTicker Best bid and best ask updates
Market data collection details
Market data collection infrastructure for Bybit Spot is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://stream.bybit.com/v5/public/spot.
Last updated
Was this helpful?