Interval types
Window alignment
All market windows are aligned to UTC boundaries. For example,5min windows start at :00, :05, :10, … relative to the hour, and daily windows start at 00:00:00 UTC.
When you pass a timestamp to a target endpoint, the API aligns it to the correct window boundary automatically.
Polymarket crypto up/down TWAP change
Starting August 7, 2026 at 00:00 UTC, Polymarket crypto up/down markets move from a single snapshot close to a Chainlink TWAP closing reference:
The target price does not change. Use
/api/v1/targets/* for the market opening target / price-to-beat, and /api/v1/twap/* for the TWAP closing reference.
Example BTC 5m market:
Chainlink data retention
Chainlink Data Streams retains reports for approximately 14 days. Requests for5min, 15min, or 4hour prices older than 14 days will return a 410 Gone response.
Binance history endpoints are limited to a 7-day rolling window.