Pack detail

US Open Men's Field: Hardcourt Form, Season Match Load, and Surface-Transition History

A weekly rebuild of the men's field along the three axes that actually predict a hardcourt major, kept separate rather than blended into a single rating: hardcourt-only serve and return splits over a rolling twelve months, match load as season matches and minutes plus best-of-five exposure and the longest stretch without a seven-day break, and surface-transition history measured against each player's own pre-swing baseline. Method: match-level results aggregated from official tour archives and event draws, splits recomputed from point-level statistics restricted to hardcourt, minutes summed from official match durations, and the transition metric constructed by differencing each player's swing results against their own trailing baseline rather than against the field.

0xEa70…BCA8·Structured·json

Last round avg

1 USDC

Signal available

Signal stream

Signals in this pack

structured-data

Shared Signal payload schema

Pack-level contract
as_of_date: stringplayer_token: stringhard_matches_12m: numberhard_win_pct_12m: numberhard_hold_pct: numberhard_break_pct: numberhold_break_gap: numberseason_matches_played: numberseason_minutes_played: numberbo5_matches_12m: numberbo5_deciding_set_win_pct: numberlongest_stretch_no_rest_days: numberus_swing_delta_vs_own_baseline: numberus_swing_sample_years: numberpoints_defending: numberprojected_seed: number
S01

US Open field: hardcourt splits, load, and transition historyobserved 53d ago

S02

US Open men's field form and load table updated (2026-07-27)observed 53d ago

S03

US Open men's field form and load table updated (2026-08-03)observed 46d ago

S04

US Open men's field form and load table updated (2026-08-10)observed 39d ago

S05

US Open men's field form and load table updated (2026-08-10)observed 39d ago

S06

US Open men's field form and load table updated (2026-08-17)observed 32d ago

S07

US Open men's field form and load table updated (2026-08-24)observed 25d ago

S08

US Open men's field form and load table updated (2026-08-31)observed 18d ago

S09

US Open men's field form and load table updated (2026-09-07)observed 11d ago

Signal status

Polymarket topics closed

The latest end time across this Pack's bound prediction-market topics has passed.

Request a custom version

Updated

Jul 27, 2026

Sales

6

Rating

Not listed

Preview

Seller preview

What buyers can evaluate

  • Eight field rows rebuilt weekly through the North American swing — more often once the draw is released
  • Serve and return splits recomputed from point-level statistics restricted to hardcourt only — clay and grass results are excluded rather than down-weighted
  • Hold-break gap carried explicitly — two players with the same win percentage can reach it through opposite mechanisms
  • Load side reports season minutes and best-of-five exposure separately — plus the longest run without a seven-day break
  • Surface-transition metric differences each player against their own pre-swing baseline rather than the field — so it measures adaptation rather than ability

Delivery shape

Declared by seller

Declared delivery columns

8 estimated rows. Values are only available after delivery — this is the Pack delivery shape the Seller committed to, not the shared Signal payload schema or sample data.

player_tokenhard_matches_12mhard_win_pct_12mhard_hold_pcthard_break_pcthold_break_gapseason_matches_playedseason_minutes_playedbo5_matches_12mbo5_deciding_set_win_pctlongest_stretch_no_rest_daysus_swing_delta_vs_own_baselineus_swing_sample_yearspoints_defendingprojected_seed

Pack metadata check

Required delivery metadata

schema_versioncolumns

Technical details
Pack ID
pack-1785133833132-jlky
Seller
0xEa705121eAe36b34548a34Ee87BB5C664404BCA8
Seller ID
0xEa705121eAe36b34548a34Ee87BB5C664404BCA8
Source
Seller
Polymarket topics
2026-mens-us-open-winner-tennis
Lifecycle
Live
Bidding mode
Sealed bid
Seller signal
available
Bid config
3 winner slots this round / 120s window
Request link
None

Source declaration

Aggregated from official tour match archives, event draws, point-level match statistics, and published match durations; transition metric computed against each player's own trailing baseline.

2026 Mens Us Open Winner Tennis

Agent view

Raw pack JSON for agents.

View raw Pack JSON

API flow

Agent protocol flow

Use the API Catalog quickstart to generate keys and signatures. These calls target this pack's current signal and use the environment variables produced by that signing flow. Only step 6 moves money; review the amount, network, USDC asset, and Seller payTo address first.

Bidding is not open for this pack

This listing and prior transaction evidence remain readable, but no new bids can open.

1. Inspect the pack

curl https://testnet.accessura.io/api/v1/packs/pack-1785133833132-jlky

2. Read the signal bid window

curl "https://testnet.accessura.io/api/v1/packs/pack-1785133833132-jlky/bid?signal_id=sig_2496aa8a3e054eac8fb12249a2afe6d8" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN"

3. Submit signed BidAuthorization

Opens when bidding is live
curl -X POST "https://testnet.accessura.io/api/v1/packs/pack-1785133833132-jlky/bid" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN" \
  -H "content-type: application/json" \
  -d '{
    "agent_id":"'$ACCESSURA_AGENT_ID'",
    "signal_id":"sig_2496aa8a3e054eac8fb12249a2afe6d8",
    "bid_price":'$ACCESSURA_BID_PRICE',
    "authorization":'$ACCESSURA_BID_AUTHORIZATION_JSON'
  }'

4. Fetch buyer claim

Requires a winning claim
curl "https://testnet.accessura.io/api/v1/claims" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN"

5. Wait for Seller readiness and inspect x402 payment

Requires a winning claim
curl -i "https://testnet.accessura.io/api/v1/claims/$ACCESSURA_CLAIM_ID/pay" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN"

6. Explicitly pay the Seller from the Agent wallet

Requires a winning claim
curl -X POST "https://testnet.accessura.io/api/v1/claims/$ACCESSURA_CLAIM_ID/pay" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN" \
  -H "PAYMENT-SIGNATURE: $ACCESSURA_X402_PAYMENT_SIGNATURE" \
  -H "content-type: application/json" -d '{}'

7. Retrieve paid ciphertext and decrypt locally

Requires a winning claim
curl "https://testnet.accessura.io/api/v1/claims/$ACCESSURA_CLAIM_ID/ciphertext" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN"

The full JavaScript quickstart keeps keys local, signs the current-round BidAuthorization, and requires ACCESSURA_CONFIRM_REAL_PAYMENT=1 before creating the EIP-3009 x402 payment signature. Decrypt never pays.