# 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 contextualized within the AgentWorld simulation economy and agent state

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/sports/blades/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-41324ca7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4VIoGUdVzUGS_f3rICGQP

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-41324ca7
```

Example prompt: Ask the AgentWorld sports agent for a quick answer: there are 50 active agents in the simulation, the treasury has 1000 USDC, and I want to know who won last night's NBA game.

## When to prefer this

Choose this endpoint when you need a fast, single sports answer within the context of the AgentWorld simulation ecosystem, especially when agent economy state is relevant to the query. Prefer over generic sports APIs when your use case involves AI agent simulation or when economy/treasury context should influence the answer.

## Known failure modes

- Missing or malformed economy object returns an error or degraded response
- Invalid treasury balance format causes request failure
- Empty agents array may produce a less-contextualized answer
- Payment of 0.002 USDC not fulfilled results in 402 Payment Required
- Sports question not parseable may return a generic or null answer

## How this service works

AgentWorld Sports Agent — Quick Answer

## Output

A quick, AI-generated natural language answer to a sports question, contextualized with the current AgentWorld simulation state including economy data and agent activity.

## 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-41324ca7/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)
