# DUKE Baseball Analyze

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

Analyzes a DUKE Baseball agent simulation economy, returning insights on agent activity, treasury balance, and overall simulation health

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/duke/analyze
- Price: $0.005/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-analyze-2640df50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rJ8nnsiARaIaRmN0GII-i

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-analyze-2640df50
```

Example prompt: Can you run an analysis on the current DUKE Baseball simulation? We have 42 total registered agents, 15 active right now, the treasury is at 500 USDC, and here's the economy stats object — give me a full breakdown of the simulation state.

## When to prefer this

Use this endpoint when you need a holistic analysis of the DUKE Baseball agent simulation state — combining active agent data, economy metrics, and treasury balance into a single report. Prefer this over the Predict endpoint when you want descriptive insights rather than forward-looking forecasts, and over the Ask endpoint when you need a structured analysis rather than a Q&A response.

## Known failure modes

- Missing or malformed agents array returns a 400 error
- Invalid economy object structure causes parsing failure
- Empty treasury string may result in a validation error
- Insufficient USDC balance for the $0.005 call results in 402 Payment Required
- Total agents integer out of expected range may cause unexpected analysis results

## How this service works

DUKE Baseball Analyze

## Output

Returns a computed analysis of the DUKE Baseball agent simulation, including insights on active agent behavior, economy statistics, treasury health, and overall simulation status based on the provided agent list, economy object, treasury balance, and agent count.

## 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-analyze-2640df50/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)
