Concepts
A quick mental model of the data.
Two feeds
Section titled “Two feeds”- Order books — TiltDesk records Polymarket’s live order-book stream and derives typed odds and depth from it.
- On-chain — every fill and match (
OrderFill,OrderMatch) is indexed from Polygon.
Markets, tokens, builders
Section titled “Markets, tokens, builders”- A market is one Polymarket question (
market_id), with outcome tokens (token_ids) — one per outcome, plus metadata (slug, description, tags, status). - A fill is one trade leg, carrying a
buildercode — the app/integrator that built the order. The builder leaderboard aggregates fills by builder.