Get access

ob5m_ETHUSDT

ETH 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_ETHUSDT and the MCP tool get_schema.

Sample rows (demo hour)

timestamp_mssymbolsnapshotsmean_obimax_obimin_obimean_spread_bpsmax_spread_bpsmin_spread_bps
1787011351049ETH/USDT148-0.00092905405405405610.8451-0.83450.050.050.05
1787011651359ETH/USDT150-0.159765333333333340.725-0.80430.050.050.05
1787011951864ETH/USDT150-0.164284666666666660.7968-0.80310.050.050.05

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