Live
NBA FinalsNYK0.612SAS0.391NHL Cup FinalEDM0.547FLA0.458MLBNYY0.582LAD0.421WNBANYL0.634LVA0.370MLBCHC0.498ATL0.505

Wimbledon prediction-market data, across the fortnight.

ScoreTape records the full order book of every Polymarket and Kalshi Wimbledon market — match winners across the gentlemen's and ladies' singles draws — then resolves each one to the real match result by competitor. Served over one REST API.

Free tier, no card — every league and endpoint included.

ScoreTape
NBAMLBNHLWNBAEPL
Jun 12 · live
MoneylineSpreadTotalProps
Settlement-verified
TimeTeamPolymarketKalshiDKFDBest
20:30Knicks0.6120.609-135-1380.612
Spurs0.3910.394+115+1180.394
20:00Oilers0.5470.551-120-1180.551
Panthers0.4580.452+102+1000.458
19:05Yankees0.5820.578-142-1400.582
Dodgers0.4210.426+120+1220.426
19:00Liberty0.6340.630-170-1720.634
Aces0.3700.374+145+1480.374
369,412 markets on tapeorder books streaming

369,000 markets across 13 leagues — every one resolved to its real-world game

NFL logoNFLNBA logoNBAMLB logoMLBNHL logoNHLWNBA logoWNBAUFC logoUFCPremier League logoPremier LeagueChampions League logoChampions LeagueLa Liga logoLa LigaCFBCFBCBBCBBATPTennis
2
venues on tape

every Polymarket & Kalshi market, both sides of the book

per-match
results

every market resolved to the match result by competitor

99.96%
verified settlements

settled market winners checked against the real final score

SW19
main draw

singles match markets recorded tick by tick

The product

One Wimbledon game, one document

Every feed knows the same Wimbledon game by a different name — a slug on Polymarket, an event id at ESPN, a ticker on the exchange. ScoreTape resolves them to one record and answers a single request with everything that game was.

Polymarket

Order-book depth — every level, both sides, tick by tick.

Kalshi

Yes/no books and settlement for every sports market.

ESPN

Per-match Wimbledon results by competitor, with winner flags. ESPN does not retain pre-match tennis odds.

GET /v1/games/wimbledon-alcaraz-sinner-2026-07-12200 · matched
{
"competitors": [ { "name": "Alcaraz", "winner": true },
{ "name": "Sinner", "winner": false } ],
"markets": [ { "kind": "match_winner",
"winner": "Alcaraz" }, … 7 ],
"settlement": { "verified": true, "method": "surnames" }
}
Resolved by competitor and settlement-verified — match markets and the result on one Wimbledon match.
Market depth

Backtest against the book, not the headline price

A fill has a cost the last trade never shows. ScoreTape records the live order book for sports markets on Polymarket and Kalshi, so your strategy sizes against the liquidity that actually existed at that moment.

  • Every level, both sides — not a last price or a mid nobody could trade
  • Forward-captured continuously; order-book history cannot be backfilled
  • Replayable: snapshot time-series per outcome token via one endpoint
New York KnicksKnicks
vs
San Antonio SpursSpurs
Live · Polymarket
Best bid
0.612
Mid
0.6135
Best ask
0.615
Spread
0.003
Cumulative depthBidsAsks
Imbalance
54 / 46
Coverage

Wimbledon coverage

Wimbledon carries order-book depth, settlement, and per-match results across the singles draws — every market resolved to its match by competitor. ESPN does not retain pre-match tennis odds, so there is no sportsbook line layer here.

PM

Markets & depth

Polymarket + Kalshi order books, both sides

ATP

Gentlemen's

Men's singles match markets resolved to competitors

WTA

Ladies'

Women's singles match markets resolved to competitors

Results

Per-match winner, settlement-verified

GS

Grand Slam

The Championships recorded tick by tick

TEN

Tennis stack

Part of the wider ATP/WTA coverage

Why ScoreTape

The best source of Wimbledon prediction-market data

Sports odds APIs don't retain pre-match tennis odds. Exchange APIs hand you a raw Polymarket book with no match attached. Only ScoreTape welds the prediction-market depth to the official Wimbledon match result, resolved by competitor across the singles draws.

CapabilityScoreTapethis APISports odds APIsthe-odds-api, SportsDataIOExchange APIsPolymarket / Kalshi direct
Prediction-market order-book depth (both sides, every level)Exchange APIs expose a raw live book — ScoreTape records every level, both sides, tick by tick.
Forward-captured as a queryable history, not just liveDepth cannot be backfilled once the game is over — the archive only exists because it was recorded live.
Final scores & results joined to the market
Settlement-verified market-to-game join (99.96%)No other source cross-checks settled market winners against the real result.
One request returns the whole game as one documentMarkets, depth, settlement — and odds, result and injuries where the sport carries them — in a single record.

The bottom line. For Wimbledon prediction-market data, ScoreTape is the only API that joins Polymarket and Kalshi order-book depth to per-match results, resolved by competitor and settlement-verified across the singles draws.

✓ full · – partial · ✕ not offered. Comparison reflects the standard data products of each category; individual vendors vary. ScoreTape is independent and not affiliated with any exchange, sportsbook, or league.

Quickstart

From key to joined Wimbledon data in minutes

Every tennis endpoint is open on the free tier — pull a Wimbledon match and read the joined document.

  1. 01

    Grab a key

    Free tier, no card — every league and endpoint is open from day one.

  2. 02

    Pull a Wimbledon game

    One request returns the joined document: markets, odds, result.

  3. 03

    Walk the season

    Page every matched game with cursor pagination and reconcile against settlement.

wimbledon.sh
# One Wimbledon game, one document
$ GAME="wimbledon-alcaraz-sinner-2026-07-12"
$ curl -s -H "X-API-Key: $KEY" \
    "https://api.scoretape.com/v1/games/$GAME"

# Browse this sport's markets
$ curl -s -H "X-API-Key: $KEY" \
    "https://api.scoretape.com/v1/wimbledon/games?matched=true"
Clean JSON·Cursor pagination·Per-plan rate limits
Why joined data

What it takes to model the Wimbledon prediction markets

A Wimbledon match market is a clean two-outcome bet that swings on a grass-court serve and a single break of serve. Wimbledon prediction-market data is only useful joined to the match it settled on and the book behind the price.

01

Resolved by competitor

Tennis has no team id — matches are matched by competitor names. ScoreTape resolves every Polymarket and Kalshi Wimbledon market to its real match (per-athlete winner flags) and verifies the result against settlement, so a market reconciles against the match that actually happened on Centre Court.

02

Depth on a binary market

In a clean two-outcome match market, the book is the whole story. ScoreTape records the live Wimbledon order book on Polymarket and Kalshi — both sides, every level, tick by tick — so a backtest fills against the liquidity that actually existed through a five-set swing, not a last price. Depth is forward-captured and cannot be backfilled.

03

Part of the tennis stack

Wimbledon sits inside ScoreTape's broader tennis coverage — the ATP and WTA tours through the Grand Slams — each market resolved to its competitors. ESPN does not retain pre-match tennis odds, so the join here is market depth plus the result, without a sportsbook line.

Pricing

Pick your window

Every plan gets every league and every endpoint. You're choosing how far back the tape rolls — and how hard you can pull on it.

Free

$0free, no card

Seven days of tape to prove it's real.

  • 7-day Kalshi & Polymarket tape
  • 7-day scores & sportsbook odds
  • All leagues, all endpoints
  • Read-only API, 1 req/sec
Start free

Pro

Most popular
$29per month

The modeler's window — a month of tape.

  • 30-day Kalshi & Polymarket tape
  • 90 days of scores & sportsbook odds
  • Real-time injury webhooks (~60s)
  • 25 req/sec, 1,000 req/min
  • Settlement-verified winners
Choose Pro

Scale

$79per month

Two months of tape, a full year of results.

  • Everything in Pro
  • 60-day Kalshi & Polymarket tape
  • Full year of scores & sportsbook odds
  • Live order-book snapshots
  • 50 req/sec, 3,000 req/min
Choose Scale

Enterprise

$200per month

Dedicated lanes for systematic desks.

  • Everything in Scale
  • Unlimited tape history
  • Full sports archive — odds to 1999
  • Dedicated capacity, 100 req/sec
  • Priority support
Choose Enterprise
FAQ

Common questions

The short version of what people ask before they pull their first game document.

Every Polymarket and Kalshi Wimbledon market — match winners across the gentlemen's and ladies' singles draws — recorded with full order-book depth and settlement, resolved to the real match by competitor names with per-athlete winner flags and verification against settlement.

Something else? Read the docs or ask us directly.

Stop joining sports data by hand

Markets, odds, results, and injuries — already resolved to the same game. The free tier opens every league and endpoint, no card.