# Coil Crypto Setup Scan

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

Scans all 81 Robinhood-tradable crypto coins for 'washed setup' chart patterns and returns every hit with GO score, fuel multiple vs BTC, grade, and room

## Facts

- Endpoint: GET https://coil.trade/api/crypto/setup
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coil-crypto-setup-scan-920362a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G6ZOCy3SFM6-QaMXck2NB

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-crypto-setup-scan-920362a8
```

Example prompt: Which of the 81 Robinhood-tradable crypto coins are currently in a washed setup on Coil? Give me all the hits with their GO scores, fuel multiples vs BTC, and grades.

## When to prefer this

Use this endpoint when you want a full-universe crypto pattern scan in a single call rather than scoring individual symbols one at a time. It is the right choice when you need to discover which coins are in a washed setup right now without knowing in advance which symbols to check. Prefer it over the single-name score endpoint when you want broad opportunity discovery across all 81 Robinhood-tradable coins simultaneously. It complements the Crypto Day Board (which covers intraday state) by focusing specifically on the two washed-shape patterns with GO scores and fuel-vs-BTC ranking.

## Known failure modes

- Payment not included or insufficient — x402 payment of $0.05 USDC required per call
- No hits returned if no coins currently meet the washed-setup criteria
- Stale data if queried immediately after a recompute cycle edge
- Network timeout if server is mid-recompute
- Rate limiting if called excessively beyond the ~5-minute refresh cadence

## How this service works

Which of 81 Robinhood-tradable coins are in a WASHED SETUP right now? One read scans the full universe for the two washed-shape patterns (daily uptrend + washed-out 5-minute tape) and returns every hit with its GO score, fuel multiple vs BTC, grade and room — plus the setup column for all 81 names. Recomputed every ~5 minutes, 24/7. Shapes were backtest-confirmed on equities; on crypto they are forward-graded, disclosed per read. Research, not advice.

## Output

Returns a full scan of all 81 Robinhood-tradable crypto coins: a list of current washed-setup hits each with GO score, fuel multiple vs BTC, grade, and room metric — plus the setup column status for all 81 names. Data is recomputed approximately every 5 minutes, 24/7. Results are forward-graded on crypto (not backtested) and disclosed as research, not advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coil-crypto-setup-scan-920362a8/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)
