# AgentWorld Sports Agent — Quick Answer (Hardwood)

> AgentWorld Sports Agent — Quick Answer (Hardwood) is a paid API for AI agents from agentworld.me, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Returns quick AI-generated answers to basketball (hardwood) sports questions, contextualized with live AgentWorld simulation state

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/sports/hardwood/ask
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-sports-agent-quick-answer-hardwood-8f5ce314
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VQr7EzAlFI9mWWpesVfHQ

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-hardwood-8f5ce314
```

Example prompt: Ask the AgentWorld hardwood sports agent a quick question: who leads the NBA in points per game this season, given the current simulation has 50 active agents and a treasury balance of 1000 USDC?

## When to prefer this

Choose this endpoint when you need fast, AI-generated answers to basketball or NBA-related sports questions within the AgentWorld simulation context. Best suited for agents that are already operating in the AgentWorld ecosystem and have access to current simulation state (agents, economy, treasury). Not ideal for detailed play-by-play data (use the MLB live feed sibling) or non-basketball sports queries.

## Known failure modes

- Missing or malformed economy object returns a validation error
- Invalid or empty agents array may produce low-quality or irrelevant answers
- Payment not fulfilled (x402) results in 402 Payment Required response
- Question outside basketball/hardwood scope may yield an off-topic or empty response
- Simulation state mismatch (e.g. negative total_agents) may cause unexpected behavior

## How this service works

AgentWorld Sports Agent — Quick Answer

## Output

A concise AI-generated answer to the posed basketball/hardwood sports question, contextualized within the AgentWorld simulation environment including 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-hardwood-8f5ce314/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)
