# DUKE Baseball Ask

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

Answers natural language questions about Duke Baseball using AI, with access to simulation agents, economy stats, and treasury data

## Facts

- Endpoint: GET https://agentworld.me/api/mlb/duke/ask
- Price: $0.002/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-ask-d4d14e2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_20CgpnloHRcdbWXwUZYDM

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-ask-d4d14e2c
```

Example prompt: Ask the Duke Baseball AI agent: with 50 total registered agents, a treasury balance of 1000 USDC, and current economy stats, who are the top pitchers on the Duke baseball roster this season and what's their ERA?

## When to prefer this

Use this endpoint when you need conversational, AI-generated answers to open-ended questions specifically about Duke Baseball, especially when simulation context (agents, economy, treasury) is available to enrich the response. Prefer this over the Analyze or Predict sibling endpoints when the query is freeform rather than structured.

## Known failure modes

- Missing or malformed economy object returns 400 or partial response
- Invalid treasury string format may cause parsing errors
- Empty agents array may reduce answer context quality
- Rate limiting or payment failure returns 402 Payment Required
- Question too vague or unrelated to Duke Baseball may yield generic or empty answer

## How this service works

DUKE Baseball Ask

## Output

A natural language answer about Duke Baseball, generated by an AI agent that has access to simulation context including active agents, economy statistics, treasury balance, and total agent count. The response provides Duke-specific baseball insights, analysis, or factual answers to the question posed.

## 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-ask-d4d14e2c/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)
