# TheBotWire MLB News & Transactions Feed

> TheBotWire MLB News & Transactions Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns latest MLB news, transactions, roster moves, and lineup data from curated baseball sources with optional keyword search and freshness filtering

## Facts

- Endpoint: GET https://thebotwire.com/mlb/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-mlb-news-transactions-feed-b16763b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RidB-T76PBo9RigtTW9DT

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 thebotwire-mlb-news-transactions-feed-b16763b5
```

Example prompt: Pull the latest MLB transactions and lineup news from MLB Trade Rumors and CBS Sports from the past 2 hours — up to 20 results — so I can update my fantasy roster before today's games.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time MLB-specific news, roster transactions, and lineup data from a curated set of authoritative baseball sources. It is purpose-built for baseball betting agents (where the 162-game season drives high-frequency daily roster decisions) and fantasy tools that need to track daily player availability. Prefer this over a general breaking news endpoint when you want MLB-specific filtering by source (e.g. MLB Trade Rumors exclusively) or when you need a tightly scoped freshness window like the last 30 minutes before first pitch.

## Known failure modes

- No results returned if freshness window is too narrow and no items exist in that period
- Invalid 'since' format (e.g. '2days' instead of '2d') may cause a parsing error or empty response
- Source enum mismatch if an unsupported src value is passed
- Limit exceeding 50 returns an error per schema constraints
- Stale or delayed data if upstream sources are temporarily unavailable

## How this service works

MLB news, transactions and lineups. Baseball betting agents (162-game season = highest bet count of any US sport) and fantasy tools tracking daily roster churn

## Output

A list of MLB news items and transaction records, each typically including headline, source, publication timestamp, and a summary or link, filtered by the requested source, keyword, freshness window, and result limit.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-mlb-news-transactions-feed-b16763b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
