# AgentPayStore Minnesota MLB Live Analysis

> AgentPayStore Minnesota 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-15).

Returns live MLB analysis for the Minnesota Twins including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/minnesota/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-minnesota-mlb-live-analysis-de2390e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-2L8GPaCT9I_MJsqMsb6P

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-minnesota-mlb-live-analysis-de2390e6
```

Example prompt: What are the current Minnesota Twins injury updates, betting lines, and best player prop bets for their next game?

## When to prefer this

Choose this endpoint when you specifically need live, up-to-date MLB analysis for the Minnesota Twins — including betting lines, player props, injury reports, and situational trends — and want all of that delivered in a single query at a low per-call cost. Prefer this over general sports data APIs when you need franchise-specific depth rather than league-wide aggregation.

## Known failure modes

- Vague or ambiguous query string returns generic response lacking specificity
- No live game data available during off-season or off-days
- Payment failure (402) if USDC balance is insufficient
- Rate limiting or service unavailability returns error response
- Query outside Minnesota Twins scope may return irrelevant or empty results

## How this service works

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

## Output

A natural language or structured analysis response covering Minnesota Twins roster status, current injury report, upcoming matchup context, available betting lines (spreads, moneylines, totals), player prop bets, and relevant situational or historical trends for the franchise.

## 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-minnesota-mlb-live-analysis-de2390e6/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)
