Promethean Markets
Log inGet started
← All datasets
Prediction market

Limitless

Certifying

Fast crypto up/down on a CLOB: five coins across 5-minute, 15-minute, hourly and daily windows, captured via WebSocket books aligned to the 100ms grid, with paced universe sweeps and every venue fill. Duration-stable identities survive the venue’s market renames.

12 days collected156M rows13.4 GB5 coins × 5m / 15m / 1h / dailycollecting since 2026-07-07 · totals as of 2026-07-18

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

Markets

Universe census with stable identities and resolution.

paced sweepslimitless_markets.parquet
Column descriptions · 20 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
limitless_market_row_idstringStable row identity (dedupe key)
slugstringVenue URL slug for the market
stable_slugstringDuration-stable market identity across renames
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
durationstringMarket window duration (5m, 15m, 1h, 4h, 24h …)
tierstringCollection tier the market was captured under
statusstringVenue market status
trade_typestringCLOB or AMM market type
condition_idstringVenue condition identifier for the market
start_at_msint64Window start (ms)
expiration_msint64Window expiration (ms)
yes_tokenstringYes outcome token
no_tokenstringNo outcome token
yes_pricedoubleVenue-quoted Yes price
volumedoubleVenue-reported volume
collateral_decimalsuint8Collateral token decimals
winning_outcome_indexint16Winning outcome index once resolved (-1 before)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
Top of book

Venue-wide top-of-book.

paced sweepslimitless_top_of_book.parquet
Column descriptions · 13 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
limitless_top_of_book_idstringStable row identity (dedupe key)
slugstringVenue URL slug for the market
stable_slugstringDuration-stable market identity
tierstringCollection tier the market was captured under
sweep_idstringPaced sweep identity
statusstringVenue market status
trade_typestringCLOB or AMM market type
yes_pricedoubleVenue-quoted Yes price
volumedoubleVenue-reported volume
expiration_msint64Window expiration (ms)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
Order books

Full books for in-window markets.

WebSocket event-drivenlimitless_orderbook_snapshot.parquet
Preview — real rows from 2026-07-17
slugcoindurationtsbest_bidbest_asklast_price
btc-up-or-down-daily-17842BTCdaily2026-07-17 11:00:00.1040.0110.07null
btc-up-or-down-daily-17842BTCdaily2026-07-17 11:00:00.2890.0110.049null
Column descriptions · 17 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
limitless_orderbook_idstringStable row identity (dedupe key)
slugstringVenue URL slug for the market
stable_slugstringDuration-stable market identity
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
durationstringMarket window duration (5m, 15m, 1h, 4h, 24h …)
window_open_msint64Market window open (ms since epoch, UTC)
window_close_msint64Market window close (ms since epoch, UTC)
source_ts_msint64Venue-reported timestamp of the underlying update (ms)
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)
last_pricedoubleMost recent trade price at capture time
book_hashstringHash of the full book state — change detection and dedupe
Up/Down books (100ms)

The aligned lane with freshness accounting.

100ms grid in-windowlimitless_updown_book_100ms.parquet
Column descriptions · 22 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
limitless_updown_100ms_idstringStable row identity (dedupe key)
slugstringVenue URL slug for the market
stable_slugstringDuration-stable market identity
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
durationstringMarket window duration (5m, 15m, 1h, 4h, 24h …)
window_open_msint64Market window open (ms since epoch, UTC)
window_close_msint64Market window close (ms since epoch, UTC)
bucket_msint64The 100ms UTC grid bucket this row is aligned to (ms since epoch)
source_ts_msint64Venue-reported timestamp of the underlying update (ms)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
source_lag_msint64Bucket time minus venue timestamp — how stale the venue data is at this bucket
receive_lag_msint64Bucket time minus receive time — collector lag at this bucket
freshness_statestringHow current the row is at its bucket (fresh, fresh_rest, carried, lifecycle_pending …)
carried_forwardboolTrue when the prior state was carried into this bucket (no new venue update)
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)
last_pricedoubleMost recent trade price at capture time
book_hashstringHash of the full book state — change detection and dedupe
Trades

Every venue fill, chain-linkable by transaction hash.

event-drivenlimitless_trades.parquet
Column descriptions · 14 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
fill_idstringStable fill identity (dedupe key)
slugstringVenue URL slug for the market
stable_slugstringDuration-stable market identity
coinstringUnderlying coin (BTC, ETH, SOL, XRP, DOGE, BNB)
durationstringMarket window duration (5m, 15m, 1h, 4h, 24h …)
tx_hashstringOn-chain transaction hash (chain-linkable)
token_idstringOutcome token identifier
created_ts_msint64Venue creation timestamp (ms since epoch)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
pricedoubleTrade price
matched_sizedoubleMatched size of the fill
sideint8Maker side sign

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.