# StatEdge Matchup Analysis

> StatEdge Matchup Analysis 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-15).

Returns favorable and unfavorable matchups for fantasy sports and sports betting analysis

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/matchups
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-matchup-analysis-b9cb2ec4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T8SGU8-4cNpE-lz-tlaeP

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-matchup-analysis-b9cb2ec4
```

Example prompt: Pull up the StatEdge matchup analysis for wide receivers this week in the NFL — I want to know who has the most favorable matchups against weak secondaries and who I should avoid because they're facing tough corners.

## When to prefer this

Use this endpoint when you need to identify which players or teams have advantageous or disadvantageous matchups for fantasy lineup decisions or betting purposes, especially when building DFS lineups, setting weekly fantasy rosters, or evaluating point spread bets based on opponent weaknesses.

## Known failure modes

- No matchup data available for the requested sport or week (404)
- Payment not processed or insufficient funds (402)
- Request for unsupported sport or league returns empty results
- Stale data if queried mid-week before updates are refreshed

## 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 structured breakdown of favorable and unfavorable matchups, identifying which players or teams have advantageous or disadvantageous situations for the current or upcoming period, with context for fantasy lineup decisions and betting implications.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "week": {
   "type": "string",
   "description": "week"
  },
  "sport": {
   "type": "string",
   "description": "Any sport/league code — global soccer leagues (EPL, LALIGA, etc.) fully supported"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-matchup-analysis-b9cb2ec4/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)
