# StatEdge ATS Historical Records

> StatEdge ATS Historical Records is a paid API for AI agents from stateedge.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns historical against-the-spread (ATS) trends and records for specific teams and situational contexts

## Facts

- Endpoint: GET https://stateedge.vercel.app/api/ats
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-ats-historical-records-b9722d1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3CY39AWV6nf2FrBz3izUO

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-ats-historical-records-b9722d1a
```

Example prompt: What is the Kansas City Chiefs' ATS record when they're favored by 7 or more points in road games — pull the full historical trend breakdown from StatEdge.

## When to prefer this

Use this endpoint when you need historical ATS performance data for a specific team under defined situational conditions, such as spread size, home/away, rest days, or game context. Prefer this over general odds endpoints when the goal is trend analysis and historical cover rates rather than live lines or current odds movement.

## Known failure modes

- Team or sport not recognized — returns error or empty result
- Situational filter too specific with insufficient historical sample — returns limited or no data
- Invalid query parameters result in a 400 error
- Paid endpoint returns 402 if payment not processed correctly
- Historical data may not include very recent games or current season in-progress data

## How this service works

StatEdge ATS records — historical against-the-spread trends for specific situations and teams

## Output

Returns historical ATS records and situational trend data for the specified team and context, including win-loss-push records against the spread, cover percentages, and relevant situational breakdowns such as home/away splits, rest conditions, or spread range performance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "situation"
 ],
 "properties": {
  "sport": {
   "type": "string",
   "description": "sport"
  },
  "situation": {
   "type": "string",
   "description": "The situation to analyze (e.g. home-underdog, divisional, off-a-loss, primetime)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-ats-historical-records-b9722d1a/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)
