Promethean Markets
Get access
← Data catalog

Polymarket Chainlink RTDS

RELEASED

oracle price stream (settles Up/Down)

released since 2026-07-13 · gapless

Channels

ChannelDescriptionCadenceScopesSchema
price_ticksRaw oracle price ticks (the venue push).event-driven5 coinsschema →
price_100msLatest-prior aligned prices with lag + freshness.100ms5 coinsschema →

Sample

price_100ms · scope=BTC · day=2026-07-13 (first 5 rows)

bucket_mspricefreshness_statesource_lag_ms
178390080000063741.15992fresh1000
178390080010063741.20402fresh100
178390080020063741.20402fresh200
178390080030063741.20402fresh300
178390080040063741.20402fresh400

Verification specifics

This is the settlement stream the Up/Down books trade against — captured on the same UTC clock as the books, so a settlement can be reconstructed exactly. The 100ms aligned prices carry per-row freshness and lag.

Known limits

price_100ms is latest-prior alignment; between oracle pushes the value is carried forward with the state marked per row. price_ticks is the raw venue push — the ground truth behind the aligned view.

Availability

2026-07-13released2026-07-14released
releasednot releasedcorrected
prefilled for polymarket_chainlink_rtds
$ curl -sH "Authorization: Bearer $PM_KEY" -o t.parquet \
  "$PM_API/v1/download?source=polymarket_chainlink_rtds&channel=price_100ms&scope=BTC&day=2026-07-13"
Get access