# AgentPayStore Miami Marlins MLB Live Analysis

> AgentPayStore Miami Marlins 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).

Delivers live MLB analysis for the Miami Marlins franchise including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/miami/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-miami-marlins-mlb-live-analysis-c0ba89bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CUa7RHr0RgZPJX7X59j2E

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-miami-marlins-mlb-live-analysis-c0ba89bd
```

Example prompt: What's the latest injury report and tonight's betting lines for the Miami Marlins, and are there any player props worth looking at for their starter?

## When to prefer this

Choose this endpoint when you specifically need Miami Marlins MLB data including live roster, injuries, betting lines, player props, and situational trends. Prefer this over a generic sports API when you need opinionated analysis and betting context combined in a single call. Use sibling endpoints for other MLB franchises.

## Known failure modes

- Missing or vague query string may return generic or incomplete analysis
- Data may lag real-time game-day changes during active games
- Payment failure (402) if USDC balance is insufficient
- No data returned for off-season or non-scheduled game dates
- Query about non-Miami MLB teams will not be answered by this endpoint

## How this service works

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

## Output

Returns a natural language or structured response covering Miami Marlins roster status, injury updates, upcoming matchup details, current sportsbook betting lines, player proposition bets, and situational performance trends relevant to the queried context.

## 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-miami-marlins-mlb-live-analysis-c0ba89bd/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)
