Documentation Index
Fetch the complete documentation index at: https://docs.entityml.com/llms.txt
Use this file to discover all available pages before exploring further.
Choose a workflow
Find a Polymarket condition
Resolve a Polymarket slug or URL into condition IDs.
Audit a timestamp range
Pull raw records across an inclusive timestamp window with cursor pagination.
Find asset IDs
Extract CLOB token IDs for per-outcome Polymarket orderbook summaries.
Build OHLC quotes
Get best bid, best ask, midpoint, spread, and OHLC candles.
Check data quality
Validate stored dates and April 2026 known windows before a backtest.
Find a Polymarket condition
Find Polymarket asset IDs
Polymarket summaries are per outcome token. First use the condition ID to pull a small raw page, then collect the uniqueasset_id values from the returned events.
A binary Polymarket usually has two
asset_id values. The API does not label which token is which outcome in raw orderbook records, so join against Polymarket market metadata when you need outcome names.Audit a timestamp range
Range endpoints accept Unix seconds or milliseconds. Usenext_cursor unchanged while has_more is true.
Build OHLC quotes
Polymarket orderbook summaries require a condition ID and anasset_id. Kalshi summaries require a ticker.
Check data quality
Kalshi April parser window
Kalshi April parser window
Affected Kalshi records from
2026-03-31 through 2026-04-24 can have null price payloads even when quote counts are nonzero.Polymarket April collector gaps
Polymarket April collector gaps
Some Polymarket markets have gap-marked or missing data during the April 2026 collector instability window. Inspect
gap_start and gap_end records when auditing this period.