Promethean Markets
Log inGet started
← All datasets
Crypto exchange

Binance spot

Certifying

The reference exchange leg of the archive: every spot trade and ~100ms top-20 order books for BTC, ETH, SOL, XRP and DOGE against USDT, with 1-second OHLCV derived at export. This is the price context every prediction-market row can be joined against.

in certification · pre-launchBTC · ETH · SOL · XRP · DOGE vs USDTin certification · pre-launch

Collected daily; nightly certification running. Joins the released chain the day its own data certifies green.

Trades

Every spot trade with venue and receive timestamps.

7M rows · 539 MB / dayevent-drivencrypto_trades.parquet
Preview — real rows from 2026-07-17
coinsymboltssidepriceamount
BTCBTC/USDT2026-07-17 00:00:00.085buy63830.20.00007
BTCBTC/USDT2026-07-17 00:00:00.187sell63830.190.27786
Column descriptions · 12 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
exchangestringExchange name
market_typestringspot or futures
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
symbolstringVenue trading symbol
trade_idstringStable trade identity (dedupe key)
venue_trade_idstringThe venue’s own trade identifier
ts_msint64Venue event timestamp (ms since epoch, UTC)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
sidestringAggressor side of the trade
pricedoubleTrade price
amountdoubleTrade amount in base units
Top-20 books

Twenty levels per side, captured continuously.

4M rows · 526 MB / day~100mscrypto_book_snapshot_20.parquet
Column descriptions · 12 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
exchangestringExchange name
market_typestringspot or futures
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
symbolstringVenue trading symbol
book_idstringStable row identity (dedupe key)
ts_msint64Venue event timestamp (ms since epoch, UTC)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
bid_priceslist<item: double>Bid prices, best first (array)
bid_sizeslist<item: double>Bid sizes matching bid_prices (array)
ask_priceslist<item: double>Ask prices, best first (array)
ask_sizeslist<item: double>Ask sizes matching ask_prices (array)
1s OHLCV

Second bars derived from the trade stream at export time — never a venue candle feed.

255K rows · 5 MB / day1s, derived at exportcrypto_ohlcv_1s.parquet
Column descriptions · 12 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
exchangestringExchange name
market_typestringspot or futures
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
symbolstringVenue trading symbol
ts_msint64Second boundary (ms since epoch, UTC)
opendoubleFirst trade price in the second
highdoubleHighest trade price in the second
lowdoubleLowest trade price in the second
closedoubleLast trade price in the second
volumedoubleBase volume traded in the second
trade_countint64Number of trades in the second

Real rows from the production archive (pre-launch certification day 2026-07-17 — the released chain restarts at the ten-source inception). Identifiers truncated for display.

Files, an API, and the means to check both.

Day-partitioned Parquet, one file per channel and scope, each with a SHA256 manifest.Certified days return at the ten-source re-inception — request access to be first in line.