Get access

ob5m_BTCUSDT

BTC order book, 5-minute aggregate · core · 2026-08-01 — 2026-08-28 (28 days)

Schema

ColumnTypeMeaning
timestamp_msBIGINT End of the 5-minute window, ms UTC.
symbolVARCHAR Instrument.
snapshotsBIGINT Number of REST top-20 polls (every 2 s) aggregated in the window.
mean_obiDOUBLE Mean order-book imbalance over the window.
max_obiDOUBLE Maximum imbalance in the window.
min_obiDOUBLE Minimum imbalance in the window.
mean_spread_bpsDOUBLE Mean bid-ask spread, basis points.
max_spread_bpsDOUBLE Maximum spread in the window, bps.
min_spread_bpsDOUBLE Minimum spread in the window, bps.

Conventions shared by all streams — UTC milliseconds, integer prices, what side means where, how gaps are marked and how to rebuild the book — are in the data dictionary. The same text is returned by GET /v1/schema/ob5m_BTCUSDT and the MCP tool get_schema.

Sample rows (demo hour)

timestamp_mssymbolsnapshotsmean_obimax_obimin_obimean_spread_bpsmax_spread_bpsmin_spread_bps
1787011351049BTC/USDT148-0.148745270270270260.9769-0.96920.00.00.0
1787011651358BTC/USDT150-0.14560466666666670.8714-0.94650.00.00.0
1787011951849BTC/USDT150-0.153337333333333330.9426-0.95720.00.00.0

Work with this stream in the SQL console and the backtest runner — the data stays with us, the results go to you. Get access