# AgentPayStore Baltimore Orioles MLB Analysis

> AgentPayStore Baltimore Orioles MLB 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).

Provides live MLB analysis for the Baltimore Orioles including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/baltimore/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-baltimore-orioles-mlb-analysis-149218a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GSL_ZZmgB8VdSOW7ajksz

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-baltimore-orioles-mlb-analysis-149218a8
```

Example prompt: What are the current injury report, starting lineup, and best player props for tonight's Baltimore Orioles game, plus the betting lines?

## When to prefer this

Choose this endpoint when you need live, consolidated Baltimore Orioles-specific MLB intelligence — roster, injuries, odds, and props — in a single call, rather than scraping multiple sports or betting data sources. Ideal for pre-game research, betting decision support, or fantasy roster management focused specifically on the Baltimore franchise.

## Known failure modes

- Query is too vague and returns generic or incomplete analysis
- Live data may be delayed or unavailable if MLB data feeds are down
- Payment failure (402) if USDC payment is not properly submitted
- No upcoming game scheduled may result in limited matchup or line data
- Player-specific props may be unavailable before official lineup release

## How this service works

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

## Output

Returns structured analysis covering the Baltimore Orioles roster and lineup, current injury report, upcoming matchup details, live or recent betting lines (moneyline, run line, totals), player prop options, and situational/trend data relevant to current games or series.

## 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-baltimore-orioles-mlb-analysis-149218a8/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)
