# AgentPayStore NBA Live Analysis

> AgentPayStore NBA Live Analysis is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Provides live NBA analysis covering player props, standings, MVP race, trade rumors, and fantasy pickups via a natural language query interface.

## Facts

- Endpoint: GET https://agentpaystore.com/hardwood/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-nba-live-analysis-aeb781ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_boHfs7JXgH50CPhFlM_LL

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 agentpaystore-nba-live-analysis-aeb781ea
```

Example prompt: What are the top NBA player props and fantasy pickups for tonight's games, and who's leading the MVP race right now?

## When to prefer this

Choose this endpoint when you need live, synthesized NBA intelligence in a single natural language response — especially for player props, fantasy decisions, MVP tracking, or trade rumors. It is preferable to raw stats APIs when you want contextual analysis rather than raw numbers, and better than generic sports search when NBA-specific depth and betting/fantasy framing is required.

## Known failure modes

- Vague or ambiguous query may return generic NBA content rather than targeted analysis
- Real-time data may lag if underlying sources have not refreshed since last game
- Player or team names with multiple interpretations may require disambiguation
- Payment failure or x402 authentication error prevents call from completing
- Query field left empty or malformed returns error or no useful response

## How this service works

Live NBA analysis: player props, standings, MVP race, trade rumors and fantasy pickups.

## Output

A natural language analysis response covering the queried NBA topic — may include player prop recommendations with odds context, current standings, MVP race narrative, recent trade rumors and their fantasy impact, or suggested fantasy pickups with supporting rationale.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agent": {
   "type": "string"
  },
  "analysis": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-nba-live-analysis-aeb781ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
