# TheBotWire NFL News & Transaction Feed

> TheBotWire NFL News & Transaction 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-14).

Returns the latest NFL news, roster transactions, and player moves (signings, cuts, IR designations) from sources like ProFootballRumors, CBS Sports, and NFL Spin Zone

## Facts

- Endpoint: GET https://thebotwire.com/nfl/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-nfl-news-transaction-feed-103b2af6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NC_0PzbrP-FiVsJdQHO3n

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-nfl-news-transaction-feed-103b2af6
```

Example prompt: Pull the latest NFL transactions from ProFootballRumors and CBS Sports from the past 2 hours — I need to see any IR designations, cuts, or signings before I lock my DFS slate.

## When to prefer this

Choose this endpoint when you need real-time NFL transaction and roster-move data specifically — particularly when building DFS slates, monitoring injury reports, or tracking betting-relevant player availability changes. It is preferable to general sports news endpoints because it aggregates the transaction wire sources (ProFootballRumors) that move lines and DFS ownership. Use the src filter to narrow to the most authoritative source for your use case.

## Known failure modes

- No items returned when freshness window is too narrow (e.g. since=30m during off-hours)
- Invalid src enum value returns an error or empty result
- limit exceeding 50 is rejected by schema validation
- Payment not included or insufficient USDC results in 402 response
- Service may return stale data if upstream feed (ProFootballRumors, CBS Sports) is delayed

## How this service works

NFL news, transactions and roster moves. Betting and DFS agents building NFL slates; the ProFootballRumors feed is the transaction wire (signings, cuts, IR designations) that moves lines

## Output

A list of NFL news and transaction items, each typically containing a headline, source name, publication timestamp, URL, and a brief summary — covering signings, releases, IR placements, practice squad moves, and related roster activity. Results are ordered by recency and filterable by source or freshness window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-nfl-news-transaction-feed-103b2af6/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)
