# StatEdge Waiver Wire

> StatEdge Waiver Wire is a paid API for AI agents from stateedge.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-16).

Returns prioritized fantasy sports waiver wire adds, drops, and streaming options with rankings and analysis

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/waiver
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-waiver-wire-e0cdce03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_krwRbBNa4ZEh9qovemLD7

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 statedge-waiver-wire-e0cdce03
```

Example prompt: Who are the top waiver wire adds, drops, and streaming options I should prioritize for my PPR fantasy football team this week?

## When to prefer this

Use this endpoint when you need ranked, prioritized waiver wire recommendations specifically for fantasy sports roster decisions, including streaming options and drop candidates — as opposed to general player stats, injury reports, or matchup analysis.

## Known failure modes

- No active waiver wire period for the requested sport/week — returns empty or error response
- Invalid sport or league parameter — returns 400 error
- Payment not processed — returns 402 Payment Required
- Service temporarily unavailable — returns 503 error
- No data available for requested roster positions

## How this service works

Global sports analytics and intelligence API. AI-synthesized injury reports, ATS/spread analysis, matchup predictions, odds analysis, parlay optimization, referee tendency analysis, rest/travel advantage modeling, waiver wire recommendations, and global sports coverage. Covers NFL, NBA, MLB, NHL, EPL, La Liga, Bundesliga, Serie A, Ligue 1, IPL, cricket, F1, UFC, and more. Fantasy sports, streaming, and ticket affiliate links included in relevant endpoints. All endpoints support any language via ?lang=. Pricing: $0.05–$0.15 USDC/call via x402 micropayment.

## Output

A prioritized list of waiver wire recommendations including top adds, drop candidates, and streaming options, with analysis and reasoning for each player recommendation across fantasy sports contexts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "week": {
   "type": "string",
   "description": "week"
  },
  "sport": {
   "type": "string",
   "description": "sport"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-waiver-wire-e0cdce03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.vercel.app](https://www.zero.xyz/host/stateedge.vercel.app/llms.txt)
