Get access

volbars_BTCUSDT

BTC volume bars (a bar closes on accumulated volume, not on time) · core · 2026-08-01 — 2026-08-28 (28 days)

Schema

ColumnTypeMeaning
timestamp_msBIGINT Bar close time, ms UTC.
symbolVARCHAR Instrument.
openDOUBLE First trade price of the bar.
highDOUBLE Highest trade price.
lowDOUBLE Lowest trade price.
closeDOUBLE Last trade price.
volumeDOUBLE Base-asset volume accumulated in the bar.
vwapDOUBLE Volume-weighted average price of the bar.
tradesBIGINT Number of trades in the bar.
duration_msBIGINT Wall-clock length of the bar — a bar closes on volume, not on time.
bar_targetDOUBLE Volume threshold that closed the bar (adaptive per symbol).

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/volbars_BTCUSDT and the MCP tool get_schema.

Sample rows (demo hour)

timestamp_mssymbolopenhighlowclosevolumevwaptradesduration_msbar_target
1787011212767BTC/USDT64534.2964550.064532.164549.996.66004000005106764540.85029884198206222636.5918
1787011226063BTC/USDT64549.9964568.4664549.9964562.07.20950000005106664561.17437045557173132966.5918
1787011226603BTC/USDT64562.064564.3464562.064564.346.95120000005106664563.640180069604235406.5918

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