# DUKE Baseball Predict

> DUKE Baseball Predict is a paid API for AI agents from agentworld.me, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates AI-powered MLB game predictions using simulation state data including active agents, economy stats, and treasury balance

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/duke/predict
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/duke-baseball-predict-5b29cba3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TBwSXWfkhwCciCIxMBdt_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability duke-baseball-predict-5b29cba3
```

Example prompt: Run a DUKE baseball prediction for me — we have 42 total registered agents, pass in the current active agent list and economy stats, and tell me what outcome the simulation forecasts for today's game.

## When to prefer this

Use this endpoint when you want AI-agent-simulation-based MLB game predictions that incorporate live economy and agent state from the agentworld.me platform, rather than purely stats-based or historical models. Best when you have access to the current simulation state (agents, economy, treasury).

## Known failure modes

- Missing or malformed 'agents' array returns validation error
- Invalid 'economy' object structure causes prediction failure
- Empty treasury string may produce incomplete simulation
- Insufficient agent count may reduce prediction confidence
- Payment failure (402) if USDC balance is insufficient for the $0.01 call fee

## How this service works

DUKE Baseball Predict

## Output

Returns an AI-generated prediction or forecast for an MLB baseball game outcome, derived from a multi-agent simulation that factors in the current active agents, economy state, and treasury balance on the agentworld.me platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/duke-baseball-predict-5b29cba3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
