# CRYPTYX First-Ever Setup Fires

> CRYPTYX First-Ever Setup Fires is a paid API for AI agents from cryptyx.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns all trading setups that have fired for the very first time in CRYPTYX's prospective history — the rarest, highest-signal events in the canonical catalog.

## Facts

- Endpoint: GET https://cryptyx.ai/api/v1/harness/first-ever
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptyx-first-ever-setup-fires-86c4dda0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2QBGg0oJ0P9BCtp19Mlzj

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 cryptyx-first-ever-setup-fires-86c4dda0
```

Example prompt: Pull today's first-ever CRYPTYX setup fires — I want to see which signals have never fired before across the full asset universe.

## When to prefer this

Use this endpoint when you specifically want the rarest, most historically unprecedented signal events — setups that have never fired before. Prefer this over the general daily setup evaluation endpoint when novelty and first-occurrence are the primary filter criteria, and when you want to surface the highest-signal anomalies rather than all firing setups.

## Known failure modes

- Invalid asof_day format returns a 400 error
- If no first-ever setups fired on the requested day, returns an empty result set
- Payment not attached or invalid x402 header results in a 402 Payment Required response
- Future dates or dates before catalog inception may return errors or empty results

## How this service works

First-ever fires — setups that fired for the FIRST TIME in prospective history. Rarest, highest-signal events in the canonical catalog. A setup with state = first_ever has never fired before since it was added. Historical backtest reflects behaviour on ADJACENT setups or partial configurations, not this exact combo — treat as structurally important context, not directional recommendations. Applicable across the CRYPTYX 200+ asset coverage universe (BTC, ETH, SOL, top-cap + long-tail); backtested scope is the 33-asset curated slice.

## Output

A list of canonical setups with state = 'first_ever', meaning each has never fired before since being added to the CRYPTYX catalog. Each record includes setup identifiers, the asset(s) involved, and structural backtest context drawn from adjacent or partial configurations (not the exact combo). Covers CRYPTYX's 200+ asset universe with backtested data anchored to a 33-asset curated slice.

## 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": {
      "asof_day": {
       "type": "string",
       "description": "YYYY-MM-DD. Defaults to latest evaluated day."
      }
     }
    }
   },
   "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/cryptyx-first-ever-setup-fires-86c4dda0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptyx.ai](https://www.zero.xyz/host/cryptyx.ai/llms.txt)
