# Coil Movers, Scored

> Coil Movers, Scored is a paid API for AI agents from coil.trade, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns today's top gainers and losers across S&P 500, Nasdaq-100, and macro book, each scored with Coil's opportunity score, entry state, hold strength, and gap-risk — refreshed every ~5 minutes during market hours.

## Facts

- Endpoint: GET https://coil.trade/api/board/movers
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coil-movers-scored-e220d354
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mAJ_RbKBaEtE1GQJmYYHa

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 coil-movers-scored-e220d354
```

Example prompt: Pull today's biggest movers from Coil — show me which gainers and losers across the S&P 500 and Nasdaq-100 have a READY entry state and high opportunity score so I can tell which ones are worth trading vs. falling knives.

## When to prefer this

Use this endpoint when you need a ranked, pre-scored list of the day's biggest price movers with actionable entry-quality context — not just raw price change. Prefer this over a single-name score endpoint when you don't know which names to look at yet, or over a buy-list endpoint when you specifically want to assess momentum/mover dynamics rather than fundamental setups. Best for intraday momentum screening and chase-vs-avoid triage.

## Known failure modes

- Market closed or pre-market: data may be stale or unavailable outside regular trading hours
- Payment failure: x402 payment of 0.005 USDC not provided or rejected, returns 402 status
- No movers detected: flat tape day may return minimal or empty mover list
- Rate limit exceeded: too many requests in short window
- Network timeout: service temporarily unavailable, retry recommended

## How this service works

Today's biggest movers, scored — the top gainers and losers across the S&P 500, Nasdaq-100 and macro book, each with the day's % change AND the Coil read: opportunity 0-100 + percentile, entry state (READY / WAIT / CHASE / FALLING), hold strength and overnight gap-risk score — so an agent can tell which moves are chaseable structure and which are falling knives. Refreshed ~5 min in market hours, timestamped. Research, not advice.

## Output

A list of top gainers and losers across the S&P 500, Nasdaq-100, and macro book, each decorated with: daily % change, Coil opportunity score (0–100) and percentile, entry state label (READY/WAIT/CHASE/FALLING), hold strength score, overnight gap-risk score, and a refresh timestamp. Data is approximately 5-minute delayed during market hours.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "losers": [
   {
    "sym": "TEL",
    "name": "TE Connectivity",
    "state": "falling",
    "hold_q": 40,
    "sector": "Information Technology",
    "chg_pct": -7.6,
    "opp_pct": 35,
    "gap_risk": 30,
    "gap_level": "ELEVATED"
   }
  ],
  "gainers": [
   {
    "sym": "SMCI",
    "name": "Super Micro",
    "state": "chase",
    "hold_q": 61,
    "sector": "Information Technology",
    "chg_pct": 24.1,
    "opp_pct": 88,
    "gap_risk": 45,
    "gap_level": "ELEVATED"
   }
  ],
  "product": "coil-movers",
  "freshness": {
   "poll_hint": "Market open — this board recomputes about every 5 minutes; polling faster returns the same payload.",
   "market_open": true,
   "next_refresh_at": "<ISO-8601 UTC — always present; do not re-buy before this>",
   "data_age_seconds": 142
  },
  "asof_daily": "2026-07-22"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coil-movers-scored-e220d354/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coil.trade](https://www.zero.xyz/host/coil.trade/llms.txt)
