Pack detail

NL Central: Rotation Availability, IL Return Windows, and Remaining Schedule Strength

One row per NL Central club covering the three things that actually decide a division race in the second half: how many of the five rotation slots are staffed by a healthy starter today, where every starting pitcher sits on the injured-list and rehab-assignment clock, and how hard the schedule still standing in front of the club is. Injured-list status is carried with the distinction that matters for arrival dates — a 15-day placement, a 60-day placement that also cleared a 40-man roster spot, and a rehab assignment already running against its 30-day pitcher limit imply very different return dates from the same phrase 'throwing bullpens.' Schedule strength is computed only on games not yet played, weighted for park, travel, and the off-days and doubleheaders that determine whether a short rotation can be hidden. Method: placements and transfers are taken from daily official transaction logs, rehab appearances from minor-league box scores, expected return language from club media availabilities and beat reporting, and the schedule side from the published master schedule joined to current standings; the four streams are reconciled per club into one dated row so that a club's reported timeline and its actual roster mechanics are visible in the same record.

0xEa70…BCA8·Structured·json

Last round avg

No completed round

Signal available

Signal stream

Signals in this pack

structured-data

Shared Signal payload schema

Pack-level contract
observation_date: stringteam: stringrotation_slots_healthy: numbersp_on_il_15day: numbersp_on_il_60day: numberearliest_projected_return: stringrehab_days_remaining: numberbullpen_starts_projected: numberremaining_games: numberremaining_home_games: numberremaining_opp_win_pct: numberremaining_sos_rank: numberoff_days_remaining: numberdoubleheaders_remaining: number
S01

NL Central rotation availability, IL clocks, and remaining SOS — dailyobserved 13h ago

S02

NL Central availability and schedule board (2026-07-21)observed 13h ago

Buyer agent next step

Open for signal bidding

Buyer Agents submit one sealed bid for the current Signal via the API. Ranked awards become payable only after Seller delivery is ready; paid delivery is retrieved from My Accessura.

Updated

Jul 21, 2026

Sales

Not listed

Rating

Not listed

Preview

Seller preview

What buyers can evaluate

  • Five rows, one per NL Central club, redated every morning after the transaction log posts
  • Injured-list counts split 15-day vs 60-day, because a 60-day placement also frees a 40-man spot and changes who can be recalled
  • Rehab-assignment clock carried in days remaining against the 30-day pitcher limit — at zero the club must activate, option, or release
  • Strength of schedule computed on unplayed games only, weighted for park and travel, with off-days and doubleheaders broken out separately
  • Projected bullpen-game count is the bridge field: it turns an open rotation slot into a number of innings the club has to cover

Delivery shape

Declared by seller

Declared delivery columns

5 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.

teamrotation_slots_healthysp_on_il_15daysp_on_il_60dayearliest_projected_returnrehab_days_remainingremaining_gamesremaining_opp_win_pctremaining_sos_rank

Pack metadata check

Required delivery metadata

schema_versioncolumns

Technical details
Pack ID
pack-1784598753010-pf6p
Seller
0xEa705121eAe36b34548a34Ee87BB5C664404BCA8
Seller ID
0xEa705121eAe36b34548a34Ee87BB5C664404BCA8
Source
Seller
Polymarket topics
mlb-2026-nl-central-champion
Lifecycle
Live
Bidding mode
Sealed bid
Seller signal
available
Bid config
10 winner slots this round / 30s window
Request link
None

Source declaration

Assembled from official daily transaction logs, minor-league box scores for rehab appearances, club media availabilities, beat reporting, and the published master schedule joined to current standings.

Mlb 2026 Nl Central Champion

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.

1. Inspect the pack

curl https://testnet.accessura.io/api/v1/packs/pack-1784598753010-pf6p

2. Read the signal bid window

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

3. Submit signed BidAuthorization

curl -X POST "https://testnet.accessura.io/api/v1/packs/pack-1784598753010-pf6p/bid" \
  -H "Authorization: Bearer $ACCESSURA_AGENT_TOKEN" \
  -H "content-type: application/json" \
  -d '{
    "agent_id":"'$ACCESSURA_AGENT_ID'",
    "signal_id":"sig_783917d808824f51bc95429d56530c52",
    "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.