Stop maintaining scrapers
We collect, normalize, validate, and monitor each source continuously.
Alternative data infrastructure
Query prediction markets, on-chain activity, and macro releases through one API—cleaned, timestamped, and ready for research.
Free workspace · No card required
| observed_attimestamp | marketstr | yesfloat64 | volume_usdfloat64 |
|---|---|---|---|
| 12:00:00 | 0x3a67…cc14 | 0.418 | 1,284,402 |
| 12:01:00 | 0x3a67…cc14 | 0.420 | 1,286,119 |
| 12:02:00 | 0x3a67…cc14 | 0.423 | 1,291,805 |
| 12:03:00 | 0x3a67…cc14 | 0.425 | 1,294,240 |
| 12:04:00 | 0x3a67…cc14 | 0.427 | 1,301,552 |
/v1/datasets/polymarket.market_snapshots/latestJSON CSV PARQUET01 / THE DATA LAYER
KnownAt turns fragmented sources into consistent datasets you can query live, download in bulk, and replay historically.
We collect, normalize, validate, and monitor each source continuously.
Original observations and later revisions remain separately addressable.
Move from current observations to historical replay without rebuilding your integration.
02 / LAUNCH CATALOG
Each source gets its own documented dataset, coverage policy, schema, and quality metrics. The access layer stays the same.
Market prices, liquidity, volume, lifecycle events, and resolution history.
Order book updates, trades, funding, and market state in one normalized schema.
Economic releases preserved exactly as they were originally published.
03 / ONE INTERFACE
Use the same primitives for the latest observation, bounded history, and point-in-time replay.
dataset = knownat.dataset(
"polymarket.market_snapshots"
)
rows = dataset.history(
from_="2024-11-01",
to="2024-11-06",
as_known_at="2024-11-06T00:00:00Z"
)| observed_attimestamp | available_attimestamp | sourcestr | market_idstr | valuefloat64 |
|---|---|---|---|---|
| 2024-11-05 12:00:00 | 2024-11-05 12:00:01 | polymarket | 0x3a67…cc14 | 0.4180 |
| 2024-11-05 12:01:00 | 2024-11-05 12:01:01 | polymarket | 0x3a67…cc14 | 0.4200 |
| 2024-11-05 12:02:00 | 2024-11-05 12:02:01 | polymarket | 0x3a67…cc14 | 0.4230 |
| 2024-11-05 12:03:00 | 2024-11-05 12:03:01 | polymarket | 0x3a67…cc14 | 0.4250 |
04 / POINT-IN-TIME BY DEFAULT
KnownAt preserves when a record was observed, published, available, and ingested—plus every later correction.
latest valueRevisions overwrite the record your strategy would actually have seen.
as_known_at=Replay the exact information set available to the model at any moment.
05 / OPERATIONAL PROOF
Coverage, missing intervals, ingest delay, provenance, and revision policy belong in the product—not in a support ticket.
source_record_idrevision_policy: append_onlyGET /v1/quality06 / PRICING
Founding access covers the first production dataset, full history, and API access. No sales call and no feature maze.
Full access to the first KnownAt dataset while the catalog grows.
Prices exclude tax. Local VAT or sales tax is calculated and added at checkout.
07 / BUILD LOG
Platform catalog architectureOrganized the product around launch datasets and a shared access layer.
Live-to-history data modelDefined capture, provenance, revision, and as-known-at query semantics.
Corrections never erase the originalAffected records and replacement vintages remain addressable.
BUILD ON THE DATA