Compare venues
Study related markets across Predict.fun and other prediction-market sources.
A planned normalized dataset for markets, order books, time series, last sales, and matches—designed to work beside every other KnownAt source.
Free workspace · No card required
predict.market_snapshots01 / BUILT FOR RESEARCH
Start with the strategy. KnownAt handles collection, normalization, timestamps, and historical storage.
Study related markets across Predict.fun and other prediction-market sources.
Build scanners and bots around normalized order-book and market updates.
Analyze price formation, liquidity, and activity without maintaining another collector.
02 / NORMALIZED SCHEMA
Illustrative normalized schema; final fields may change before release. Types, timestamps, and source identifiers stay explicit so the same dataset works in notebooks, bots, and backtests.
predict.market_snapshotsobserved_attimestampWhen KnownAt observed this market state.
available_attimestampWhen the record became usable by a model.
market_idstrStable source market identifier.
outcomestrThe represented market outcome.
pricefloat64Normalized probability-like market price.
source_event_idstrTraceable upstream event identifier.
UTC · Predict.fun| observed_at timestamp | market_id str | outcome str | price float64 |
|---|---|---|---|
| 14:32:10 | mkt_8f2…a41 | YES | 0.5810 |
| 14:32:11 | mkt_8f2…a41 | YES | 0.5830 |
| 14:32:12 | mkt_8f2…a41 | YES | 0.5820 |
| 14:32:13 | mkt_8f2…a41 | YES | 0.5850 |
03 / SOURCE COVERAGE
KnownAt preserves source identifiers and acquisition time while presenting a stable interface over changing upstream APIs.
04 / ONE ACCESS LAYER
The API shape stays familiar whether you request the latest record, bounded history, or an information set as it was known at a past moment.
dataset = knownat.dataset(
"predict.market_snapshots"
)
rows = dataset.history(
from_="2026-08-01",
to="2026-08-30",
as_known_at="2026-08-30T00:00:00Z"
)POINT-IN-TIME QUERY
Observed time, availability time, ingestion time, and later revisions remain distinct. Your backtest sees only records it could have known then.
as_known_at=2026-08-30T00:00:00Z05 / AVAILABILITY
The page shows the planned normalized interface. Join now to follow coverage, schema, and release progress.