# AgentPayStore Washington MLB Live Analysis

> AgentPayStore Washington MLB 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 MLB analysis for the Washington franchise, including roster data, injury reports, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/washington/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-washington-mlb-live-analysis-3d30a92f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ByzY8MUfU9fnNeBgbJfWr

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-washington-mlb-live-analysis-3d30a92f
```

Example prompt: What are the latest betting lines, injury updates, and top player props for the Washington Nationals game today?

## When to prefer this

Choose this endpoint when you specifically need live, real-time MLB analysis scoped to the Washington franchise. It is ideal for pre-game betting research, DFS lineup construction, fantasy roster decisions, or injury-aware game previews focused on Washington. Prefer it over generic sports APIs when franchise-specific depth — props, situational trends, and injury context — is required in a single call.

## Known failure modes

- No game scheduled for Washington on the queried date — returns empty or null matchup data
- Stale or delayed data if upstream sports feeds are lagging
- Vague or ambiguous query may yield generic rather than targeted analysis
- Payment failure via x402 protocol returns 402 status before any data is returned
- Off-season queries may return limited or roster-only data

## How this service works

Live MLB analysis for the Washington franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

Returns live, structured MLB intelligence for the Washington franchise including current roster status, injury designations, upcoming matchup details, point spreads and moneylines, individual player props, and situational performance trends — all in response to a natural language query.

## 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-washington-mlb-live-analysis-3d30a92f/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)
