Get access

volbars_SOLUSDT

SOL 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_SOLUSDT and the MCP tool get_schema.

Sample rows (demo hour)

timestamp_mssymbolopenhighlowclosevolumevwaptradesduration_msbar_target
1787011214107SOL/USDT76.0176.0576.076.04579.240499999516576.03183742331564265709571.575
1787011215095SOL/USDT76.0476.0676.0476.05597.074499999516576.051042960300613988571.575
1787011217258SOL/USDT76.0576.0776.0576.06577.567499999516576.0614014379271792163571.575

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