# AgentPayStore Yankees MLB Live Analysis

> AgentPayStore Yankees 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-14).

Returns live MLB analysis for the New York Yankees including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/yankees/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-yankees-mlb-live-analysis-19922c5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6qXh9PlMzapFOWN4c5hVP

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-yankees-mlb-live-analysis-19922c5a
```

Example prompt: What are the Yankees injury report and starting lineup for tonight, and what are the current betting lines and player props for the game?

## When to prefer this

Choose this endpoint when you need deep, focused analysis specifically on the New York Yankees franchise — including real-time injury news, betting lines, player props, and situational trends — rather than a general MLB data feed or a multi-team sports aggregator. Ideal for sports betting agents, fantasy baseball tools, or Yankees fan assistants that need franchise-specific intelligence in a single pay-per-call call.

## Known failure modes

- Vague or unsupported query may return incomplete results
- Data may lag real-time if roster or lineup updates are very recent
- Payment failure (402) if USDC balance is insufficient
- Questions outside the Yankees franchise scope may not return relevant data

## How this service works

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

## Output

A natural language or structured response containing Yankees-specific MLB data: current roster status, player injury updates, starting pitcher matchups, moneyline and spread betting lines, individual player props, and historical or situational trend analysis relevant to the queried topic.

## 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-yankees-mlb-live-analysis-19922c5a/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)
