# APEX Runner — Apex Evolution Insight Signal

> APEX Runner — Apex Evolution Insight Signal is a paid API for AI agents from apexrunner.ai, paid per call via x402, $0.007/call, status unknown (last checked 2026-09-14).

Returns an AI-generated crypto trading insight signal based on APEX's proprietary 'evolution' analysis for use in trading decisions

## Facts

- Endpoint: GET https://apexrunner.ai/signals/apex-evolution-insight
- Price: $0.007/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apex-runner-apex-evolution-insight-signal-b783952a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_66jzEIAx345fegUauxKou

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 apex-runner-apex-evolution-insight-signal-b783952a
```

Example prompt: Pull the latest APEX Evolution Insight signal from APEX Runner — I want to see what the AI is recommending right now so I can decide whether to adjust my crypto positions.

## When to prefer this

Use this endpoint when you need a structured, AI-generated trading signal specifically from APEX Runner's evolution model, particularly when integrating with autonomous crypto trading agents on Kraken, Coinbase, or Hyperliquid. Prefer this over generic market data APIs when you want an opinionated directional signal rather than raw price data.

## Known failure modes

- Payment of $25 USDC not received — 402 Payment Required response
- Stale or unavailable signal data — service may return 503 or empty payload
- Invalid or missing authentication/payment header — 401 or 400 error
- Rate limiting if called too frequently — 429 response
- Signal generation failure due to upstream market data outage

## How this service works

APEX Runner: Apex Evolution Insight Signal

## Output

Returns an AI-generated 'Apex Evolution Insight' signal — likely includes a directional recommendation (buy/sell/hold), a confidence or strength score, and supporting market analysis context derived from APEX Runner's proprietary AI model.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "dca_gate": {
   "status": "CLOSED"
  },
  "evolution_run": 10,
  "total_lessons": 200,
  "current_optimization": "GRID_ONLY"
 },
 "dca_gate": "object — status OPEN/CLOSED, consecutive_ok count, needed count, reason",
 "key_insight": "string — primary strategy insight from latest evolution run",
 "last_updated": "ISO8601 — when apex_memory.json was last updated",
 "evolution_run": "integer — number of completed APEX evolution cycles",
 "total_lessons": "integer — total trade lessons in APEX memory",
 "next_evolution": "string — when next evolution run is scheduled",
 "lesson_date_range": "string — date range covered by lessons",
 "regime_performance": "object — win rate per strategy regime over all real trades",
 "apex_recommendation": "string — direct capital allocation recommendation from the AI",
 "current_optimization": "string — current target strategy (e.g. GRID_ONLY)"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-apex-evolution-insight-signal-b783952a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apexrunner.ai](https://www.zero.xyz/host/apexrunner.ai/llms.txt)
