Data Lab

Production Data

See the data
before you commit.

Production snapshots from our live pipeline. 4 exchanges, 10 perpetuals, every tick. Download, inspect, integrate.

1,740 msg/s throughput
~250ms E2E latency
Binance, Bybit, OKX, Bitget

Trades

Every executed trade across all exchanges

Trades

LATEST

Wed, Mar 4, 2026

50.0K+ rows5.3 MB4 exchanges
CSV
timestampexchangesymbolpriceamountside
2026-03-04 13:46:28.248okxETHUSDT2064.140.04sell
2026-03-04 13:46:28.164okxETHUSDT2064.140.1sell
2026-03-04 13:46:28.143bitgetBTCUSDT71407.20.0001sell
2026-03-04 13:46:28.136okxETHUSDT2064.140.03sell
2026-03-04 13:46:28.088bitgetBTCUSDT71407.30.0169buy
View full schema (9 fields)
Pydantic Model · ClickHouse Schema
class Trades(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    price: Float64
    amount: Float64
    side: String
    trade_id: String
    is_liquidation: UInt8
    consumer_received: DateTime64(3)

Trades

Tue, Mar 3, 2026

50.0K+ rows5.4 MB4 exchanges
CSV
timestampexchangesymbolpriceamountside
2026-03-03 13:46:28.994binanceBTCUSDT667600.01sell
2026-03-03 13:46:28.993bybitBTCUSDT66755.40.033sell
2026-03-03 13:46:28.992binanceBTCUSDT667600.18sell
2026-03-03 13:46:28.992binanceBTCUSDT667600.039sell
2026-03-03 13:46:28.980bybitBTCUSDT66755.50.005buy
View full schema (9 fields)
Pydantic Model · ClickHouse Schema
class Trades(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    price: Float64
    amount: Float64
    side: String
    trade_id: String
    is_liquidation: UInt8
    consumer_received: DateTime64(3)

Trades

Mon, Mar 2, 2026

50.0K+ rows5.3 MB4 exchanges
CSV
timestampexchangesymbolpriceamountside
2026-03-02 13:46:29.993binanceBNBUSDT6220.06buy
2026-03-02 13:46:29.984okxADAUSDT0.27070.1buy
2026-03-02 13:46:29.983bybitSOLUSDT83.260.1buy
2026-03-02 13:46:29.983bybitSOLUSDT83.260.1buy
2026-03-02 13:46:29.981okxAVAXUSDT8.9270.1buy
View full schema (9 fields)
Pydantic Model · ClickHouse Schema
class Trades(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    price: Float64
    amount: Float64
    side: String
    trade_id: String
    is_liquidation: UInt8
    consumer_received: DateTime64(3)

Klines (OHLCV)

1-minute candlestick data

Klines (OHLCV)

LATEST

Wed, Mar 4, 2026

15.0K+ rows2.0 MB4 exchanges
CSV
timestampexchangesymbolopenhighlowclosevolume
2026-03-04 13:46:00.000okxXRPUSDT1.3991.3991.39821.398355.09
2026-03-04 13:46:00.000okxXRPUSDT1.3991.3991.39821.3987176.21
2026-03-04 13:46:00.000okxXRPUSDT1.3991.3991.39821.3987176.19
2026-03-04 13:46:00.000okxXRPUSDT1.3991.3991.39821.3988175.14
2026-03-04 13:46:00.000okxXRPUSDT1.3991.3991.39821.3988172.77
View full schema (14 fields)
Pydantic Model · ClickHouse Schema
class KlinesOHLCV(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    interval: String
    open: Float64
    high: Float64
    low: Float64
    close: Float64
    volume: Float64
    quote_volume: Float64
    num_trades: Int32
    close_time: DateTime64(3)
    is_final: UInt8
    consumer_received: DateTime64(3)

Klines (OHLCV)

Tue, Mar 3, 2026

15.0K+ rows1.8 MB4 exchanges
CSV
timestampexchangesymbolopenhighlowclosevolume
2026-03-03 13:46:00.000okxXRPUSDT1.34471.34561.34471.3455537.71
2026-03-03 13:46:00.000okxXRPUSDT1.34471.34611.34391.34391625.87
2026-03-03 13:46:00.000okxXRPUSDT1.34471.34611.34391.34391625.87
2026-03-03 13:46:00.000okxXRPUSDT1.34471.34611.34411.34411618.67
2026-03-03 13:46:00.000okxXRPUSDT1.34471.34611.34411.34411618.58
View full schema (14 fields)
Pydantic Model · ClickHouse Schema
class KlinesOHLCV(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    interval: String
    open: Float64
    high: Float64
    low: Float64
    close: Float64
    volume: Float64
    quote_volume: Float64
    num_trades: Int32
    close_time: DateTime64(3)
    is_final: UInt8
    consumer_received: DateTime64(3)

Klines (OHLCV)

Mon, Mar 2, 2026

15.0K+ rows1.8 MB4 exchanges
CSV
timestampexchangesymbolopenhighlowclosevolume
2026-03-02 13:46:00.000okxXRPUSDT1.34121.34131.34111.341180.29
2026-03-02 13:46:00.000okxXRPUSDT1.34121.34131.33971.3412521.26
2026-03-02 13:46:00.000okxXRPUSDT1.34121.34131.33971.3412521.26
2026-03-02 13:46:00.000okxXRPUSDT1.34121.34131.33971.3412521.01
2026-03-02 13:46:00.000okxXRPUSDT1.34121.34131.33971.3412520.05
View full schema (14 fields)
Pydantic Model · ClickHouse Schema
class KlinesOHLCV(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    interval: String
    open: Float64
    high: Float64
    low: Float64
    close: Float64
    volume: Float64
    quote_volume: Float64
    num_trades: Int32
    close_time: DateTime64(3)
    is_final: UInt8
    consumer_received: DateTime64(3)

Tickers

Real-time price and market stats

Tickers

LATEST

Wed, Mar 4, 2026

5.0K+ rows1.1 MB4 exchanges
CSV
timestampexchangesymbollast_pricebidaskvolume_24h
2026-03-04 13:46:28.578bybitADAUSDT0.27080.27080.2709501828607
2026-03-04 13:46:28.488okxXRPUSDT1.39871.39871.39882288062.1
2026-03-04 13:46:28.485okxSOLUSDT89.7889.7889.7918125917.2
2026-03-04 13:46:28.291bybitBTCUSDT71413.771413.771413.8135332.194
2026-03-04 13:46:28.288bybitETHUSDT2064.112064.112064.122333531.61
View full schema (20 fields)
Pydantic Model · ClickHouse Schema
class Tickers(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    last_price: Float64
    bid_price: Nullable(Float64)
    ask_price: Nullable(Float64)
    bid_size: Nullable(Float64)
    ask_size: Nullable(Float64)
    high_24h: Nullable(Float64)
    low_24h: Nullable(Float64)
    volume_24h: Nullable(Float64)
    quote_volume_24h: Nullable(Float64)
    open_24h: Nullable(Float64)
    funding_rate: Nullable(Float64)
    next_funding_time: Nullable(DateTime64(3))
    mark_price: Nullable(Float64)
    index_price: Nullable(Float64)
    open_interest: Nullable(Float64)
    open_interest_value: Nullable(Float64)
    consumer_received: DateTime64(3)

Tickers

Tue, Mar 3, 2026

5.0K+ rows1.1 MB4 exchanges
CSV
timestampexchangesymbollast_pricebidaskvolume_24h
2026-03-03 13:46:29.992bybitBTCUSDT66760.566760.466760.5127589.518
2026-03-03 13:46:29.988bybitETHUSDT1947.91947.91947.912258300.34
2026-03-03 13:46:29.978bybitDOGEUSDT0.089780.089770.089782438614846
2026-03-03 13:46:29.959binanceAVAXUSDT8.9568.9558.95618901183
2026-03-03 13:46:29.944okxBNBUSDT623.7623.7623.818119234
View full schema (20 fields)
Pydantic Model · ClickHouse Schema
class Tickers(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    last_price: Float64
    bid_price: Nullable(Float64)
    ask_price: Nullable(Float64)
    bid_size: Nullable(Float64)
    ask_size: Nullable(Float64)
    high_24h: Nullable(Float64)
    low_24h: Nullable(Float64)
    volume_24h: Nullable(Float64)
    quote_volume_24h: Nullable(Float64)
    open_24h: Nullable(Float64)
    funding_rate: Nullable(Float64)
    next_funding_time: Nullable(DateTime64(3))
    mark_price: Nullable(Float64)
    index_price: Nullable(Float64)
    open_interest: Nullable(Float64)
    open_interest_value: Nullable(Float64)
    consumer_received: DateTime64(3)

Tickers

Mon, Mar 2, 2026

5.0K+ rows1.1 MB4 exchanges
CSV
timestampexchangesymbollast_pricebidaskvolume_24h
2026-03-02 13:46:30.991okxDOGEUSDT0.091150.091140.091154594298.81
2026-03-02 13:46:30.991bybitBTCUSDT65596.665595.865595.988749.096
2026-03-02 13:46:30.988bybitETHUSDT1930.081930.051930.061740730.93
2026-03-02 13:46:30.986bybitXRPUSDT1.3411.34091.341322374418.2
2026-03-02 13:46:30.977bybitDOTUSDT1.50941.50911.509229699584.6
View full schema (20 fields)
Pydantic Model · ClickHouse Schema
class Tickers(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    last_price: Float64
    bid_price: Nullable(Float64)
    ask_price: Nullable(Float64)
    bid_size: Nullable(Float64)
    ask_size: Nullable(Float64)
    high_24h: Nullable(Float64)
    low_24h: Nullable(Float64)
    volume_24h: Nullable(Float64)
    quote_volume_24h: Nullable(Float64)
    open_24h: Nullable(Float64)
    funding_rate: Nullable(Float64)
    next_funding_time: Nullable(DateTime64(3))
    mark_price: Nullable(Float64)
    index_price: Nullable(Float64)
    open_interest: Nullable(Float64)
    open_interest_value: Nullable(Float64)
    consumer_received: DateTime64(3)

Orderbook (L2)

Level 2 orderbook snapshots

Orderbook (L2)

LATEST

Wed, Mar 4, 2026

2.1K+ rows24.3 MB4 exchanges
CSV
timestampexchangesymbolbest_bidbid_sizebest_askask_size
2026-03-04 13:46:28.435binanceDOGEUSDT0.093021759650.09303168799
2026-03-04 13:46:28.205bybitDOGEUSDT0.093021295880.09303163024
2026-03-04 13:46:28.141binanceSOLUSDT89.78811.0789.79717.22
2026-03-04 13:46:28.001okxLINKUSDT9.142317.19.143696.1
2026-03-04 13:46:27.947okxDOTUSDT1.51947541.5213318
View full schema (12 fields)
Pydantic Model · ClickHouse Schema
class OrderbookL(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    bids_json: String (JSON)
    asks_json: String (JSON)
    is_snapshot: UInt8
    sequence_id: String
    bids_price_0: Float64
    bids_size_0: Float64
    asks_price_0: Float64
    asks_size_0: Float64
    consumer_received: DateTime64(3)

Orderbook (L2)

Tue, Mar 3, 2026

2.2K+ rows25.6 MB4 exchanges
CSV
timestampexchangesymbolbest_bidbid_sizebest_askask_size
2026-03-03 13:46:29.995binanceDOGEUSDT0.089757753200.0897614959
2026-03-03 13:46:29.736bitgetXRPUSDT1.3459617881.34635837
2026-03-03 13:46:29.461bitgetBNBUSDT623.8415.05623.850.03
2026-03-03 13:46:29.386bybitDOTUSDT1.4891329.41.489297.8
2026-03-03 13:46:29.246okxDOGEUSDT0.08976458.610.08977210.02
View full schema (12 fields)
Pydantic Model · ClickHouse Schema
class OrderbookL(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    bids_json: String (JSON)
    asks_json: String (JSON)
    is_snapshot: UInt8
    sequence_id: String
    bids_price_0: Float64
    bids_size_0: Float64
    asks_price_0: Float64
    asks_size_0: Float64
    consumer_received: DateTime64(3)

Orderbook (L2)

Mon, Mar 2, 2026

2.2K+ rows24.6 MB4 exchanges
CSV
timestampexchangesymbolbest_bidbid_sizebest_askask_size
2026-03-02 13:46:30.976binanceETHUSDT1930.381.8521930.39136.559
2026-03-02 13:46:30.859bitgetADAUSDT0.270750600.2708142211
2026-03-02 13:46:30.485okxSOLUSDT83.26886.5883.27547.77
2026-03-02 13:46:30.419binanceDOTUSDT1.509143621.5110828.8
2026-03-02 13:46:30.277bybitAVAXUSDT8.929798.58.93517.4
View full schema (12 fields)
Pydantic Model · ClickHouse Schema
class OrderbookL(BaseModel):
    timestamp: DateTime64(3)
    exchange: String
    symbol: String
    bids_json: String (JSON)
    asks_json: String (JSON)
    is_snapshot: UInt8
    sequence_id: String
    bids_price_0: Float64
    bids_size_0: Float64
    asks_price_0: Float64
    asks_size_0: Float64
    consumer_received: DateTime64(3)

Need the full data feed?

Real-time WebSocket stream + full ClickHouse historical access.

Request Access
© 2026 QalyptoProduction snapshots · No client-side data fetching