> ## Documentation Index
> Fetch the complete documentation index at: https://docs.routeur.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Routeur API

> Proven relations between Kalshi and Polymarket markets, and the history and signals built on them.

Routeur reads every open market on Kalshi and global Polymarket and proves which ones **imply**, **exclude** or **equal** each other, using each venue's structured contract terms and exact arithmetic. Nothing is inferred from a market's wording, and conflicting evidence is withheld rather than guessed.

On top of that graph the API serves live prices across both venues, recorded quotes and trades, mispricing leads sized against real order books, unusual-flow signals, and strategies measured against settled history.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Make your first request and read a market's relations.
  </Card>

  <Card title="Cookbook" icon="book-open" href="/cookbook/compare-venues">
    Complete examples in Python and TypeScript.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/service/latest-graph-run-and-crawls">
    Every endpoint, with a playground.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/overview">
    Signed alerts when a lead becomes executable.
  </Card>
</CardGroup>

## What you can build

<CardGroup cols={3}>
  <Card title="Cross-venue pricing" icon="arrows-left-right" href="/concepts/cross-venue">
    The same question on both venues, side by side.
  </Card>

  <Card title="Consistency checks" icon="scale-balanced" href="/concepts/leads">
    Prices that break a proven relation, and whether they can be filled.
  </Card>

  <Card title="Market monitors" icon="signal" href="/concepts/signals">
    Moves, large fills, one-sided money and unusual flow.
  </Card>

  <Card title="Discovery" icon="magnifying-glass" href="/concepts/search-and-topics">
    Search in plain language and browse by topic.
  </Card>

  <Card title="Research" icon="bullseye" href="/concepts/calibration">
    How prices in each band actually resolved.
  </Card>

  <Card title="Strategies" icon="chess" href="/concepts/strategies">
    Rules history paid for, and what fits them today.
  </Card>
</CardGroup>

<Note>
  The API is in private preview. Keys are issued by the Routeur team; responses are observations of public venue data, not quotes or investment advice. See [Data and limitations](/data-and-limits).
</Note>
