# AgentWorld Sports Agent — Quick Answer

> AgentWorld Sports Agent — Quick Answer 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).

Returns a quick AI-generated sports answer or insight from the AgentWorld Duke sports agent, given context about the simulation economy and active agents.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/sports/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/agentworld-sports-agent-quick-answer-6781dc32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sIep7BIVFuoOjjGoEvkfT

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 agentworld-sports-agent-quick-answer-6781dc32
```

Example prompt: Ask the AgentWorld Duke sports agent for a quick answer — the simulation currently has 42 registered agents, a treasury balance of 1000 USDC, and the economy is active.

## When to prefer this

Choose this endpoint when you need a fast, AI-generated sports answer or commentary from the AgentWorld Duke sports agent, especially when operating within or alongside the AgentWorld simulation ecosystem and have the current economy/agent context available.

## Known failure modes

- Missing or malformed economy object returns an error
- Invalid treasury balance format causes a bad request
- Empty agents array may produce a generic or low-quality answer
- Payment not included or insufficient USDC (x402) results in a 402 Payment Required response
- Service unavailable if AgentWorld simulation is offline

## How this service works

AgentWorld Sports Agent — Quick Answer

## Output

A quick AI-generated sports answer or commentary produced by the Duke sports agent within the AgentWorld simulation, informed by the current simulation state including active agents, economy stats, and treasury balance.

## 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/agentworld-sports-agent-quick-answer-6781dc32/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)
