# AgentPayStore NHL Live Analysis

> AgentPayStore NHL 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-13).

Provides live NHL analysis including goalie starts, puck lines, power play statistics, and playoff standings

## Facts

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

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-nhl-live-analysis-c0440344
```

Example prompt: Can you pull up tonight's NHL goalie starts, the puck lines, and which teams are fighting for a playoff spot right now?

## When to prefer this

Choose this endpoint when you need real-time, NHL-specific intelligence covering goalie confirmations, puck line odds, power play metrics, and playoff standings in a single conversational query. Prefer this over generic sports APIs when the user wants synthesized analysis rather than raw stats, or when betting context (puck lines, props) is part of the request.

## Known failure modes

- Vague or unrecognized query returns an empty or generic response
- Off-season queries may return stale or no data
- Payment failure via x402 returns 402 status and no content
- Malformed 'reply' string may yield incomplete analysis
- Data lag during live games may cause slightly outdated goalie confirmations

## How this service works

Live NHL analysis: goalie starts, puck lines, power play stats and playoff picture.

## Output

Returns structured NHL analysis covering confirmed goalie starts, current puck line odds, power play statistics by team, and the up-to-date playoff picture including wild card standings — all sourced from live data.

## 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-nhl-live-analysis-c0440344/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)
