Promethean Markets
Log inGet started
← All datasets
Prediction market

Predict.Fun

Certifying

A second prediction venue captured on the same clock: fast BTC/ETH Up/Down books aligned to the 100ms grid in-window, live-sports and broad universes on paced sweeps, and every venue fill at event level. The point is comparability — the same question, priced on two venues, in one archive.

in certification · pre-launchUp/Down fast · live sports · broadin certification · pre-launch

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

Markets

Universe census across all variants.

35K rows · 3 MB / daypaced sweepspredict_fun_markets.parquet
Column descriptions · 14 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
predict_fun_market_row_idstringStable row identity (dedupe key)
market_idstringVenue market identifier
titlestringMarket title text
questionstringMarket question text
market_variantstringVenue market family (crypto up/down, sports, broad)
tierstringCollection tier the market was captured under
trading_statusstringVenue trading status
statusstringVenue market status
category_slugstringVenue category slug
condition_idstringVenue condition identifier for the market
created_atstringVenue creation time (ISO)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
Order books

Books across the venue, tier-paced.

2M rows · 307 MB / day~5m / ~8m by tier · fast in-windowpredict_fun_orderbook_snapshot.parquet
Column descriptions · 15 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
predict_fun_orderbook_idstringStable row identity (dedupe key)
market_idstringVenue market identifier
tierstringCollection tier the market was captured under
market_variantstringVenue market family
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
book_hashstringHash of the full book state — change detection and dedupe
book_statestringVenue book lifecycle state at capture
source_channelstringWebSocket or REST route that produced the book
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)
Fills

Every venue fill with settlement identifiers.

494K rows · 114 MB / dayevent-drivenpredict_fun_matches.parquet
Preview — real rows from 2026-07-17
market_varianttiertspricesizetx
CRYPTO_UP_DOWNupdown_fast2026-07-17 00:00:02.00061000000000000000020300000000000000000x4a69b7…
CRYPTO_UP_DOWNupdown_fast2026-07-17 00:00:02.00059000000000000000048700000000000000000x0f4c8d…
Column descriptions · 14 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
predict_fun_match_idstringStable row identity (dedupe key)
stable_match_identitystringStable fill identity (dedupe key)
market_idstringVenue market identifier
tierstringCollection tier the market was captured under
market_variantstringVenue market family
executed_atstringVenue execution time (ISO)
ts_msint64Venue event timestamp (ms since epoch, UTC)
receive_msint64Our collector receive wall-clock (ms since epoch) — independently stamped, never copied from the venue
pricedoubleFill price, venue-native 18-decimal fixed point (divide by 1e18 → 0–1 probability)
sizedoubleFill size, venue-native 18-decimal fixed point (divide by 1e18 → shares)
transaction_hashstringOn-chain transaction hash (chain-linkable)
settlement_idstringVenue settlement identifier
Up/Down books (100ms)

The aligned fast lane for BTC/ETH windows.

7M rows · 671 MB / day100ms grid in-windowpredict_fun_updown_book_100ms.parquet
Column descriptions · 16 fields
ColumnTypeDescription
sourcestringCollector source tag — constant within a file
schema_versionuint16Schema contract version stamped on every row
predict_fun_updown_100ms_idstringStable row identity (dedupe key)
market_idstringVenue market identifier
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
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)
book_hashstringHash of the full book state — change detection and dedupe
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)
source_orderbook_idstringIdentity of the source book this bucket carries

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.