# 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 answer to a sports question within the AgentWorld simulation context, incorporating agent and economy state.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/sports/apex/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-8457b784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l79n5tNyCtOw8MI48CWfs

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-8457b784
```

Example prompt: Ask the AgentWorld sports agent who won last night's NBA game — there are 50 active agents in the simulation, the treasury balance is 10000 USDC, and total registered agents is 200.

## When to prefer this

Choose this endpoint when you need a fast, single-turn sports answer within the AgentWorld simulation context and have access to current agent and economy state. Prefer this over the MLB live play-by-play feed when you want a general sports Q&A rather than inning-by-inning real-time data.

## Known failure modes

- Missing or malformed agents array may return a validation error
- Invalid economy object structure may cause a 400 bad request
- Sports question outside agent knowledge may return a low-confidence or empty answer
- Insufficient USDC balance may trigger a 402 payment required response
- Network timeout if simulation backend is under load

## How this service works

AgentWorld Sports Agent — Quick Answer

## Output

A short AI-generated text answer to the sports question, contextualized within the AgentWorld simulation's current agent and economy state.

## 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-8457b784/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)
