# APEX Runner: Apex Evolution Insight Institutional Signal

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

Returns an institutional-grade evolutionary trading signal with live grid status across multiple exchanges, DCA gate conditions, and capital deployment intelligence

## Facts

- Endpoint: GET https://apexrunner.ai/signals/apex-evolution-insight-institutional
- Price: $35/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-institutional-signal-8d06eb9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IaCSLEMfBh8EKsA4fzHGE

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-institutional-signal-8d06eb9b
```

Example prompt: Pull the latest APEX Evolution Insight institutional signal and tell me whether live capital is deployed, what the DCA gate status is, and how many trades are backing the signal right now.

## When to prefer this

Choose this endpoint when you need a comprehensive institutional-grade signal combining evolutionary algorithm outputs, live grid trading status across Kraken/Coinbase/Hyperliquid, and DCA gate intelligence in a single call. Prefer over simpler micro-signals (Regime, FG, Position Exposure) when you need the full institutional picture including capital deployment status and signal provenance verification.

## Known failure modes

- 402 Payment Required if $35 USDC not provided via x402 protocol
- Signal data may be stale if evolution cycle has not recently completed
- Incomplete grid status if one or more exchanges (Kraken, Coinbase, Hyperliquid) is unreachable
- Empty or null fields if live capital is not deployed and signal generation is paused

## How this service works

APEX Runner: Apex Evolution Insight Institutional Signal

## Output

Returns a structured payload including: an apex signal string with source, version, instance, and verifiable signal hash; a boolean for live trading and live capital deployed; the number of evolution runs and trades backing the signal; DCA gate status with consecutive OK count and reason; grid status (open orders and last cycle UTC) for Kraken, Coinbase, and Hyperliquid; a human-readable key insight; institutional tier metadata; and a timestamp with last_updated.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "key_insight": "GRID regime dominates",
  "institutional": {
   "signal_strength": "STRONG"
  }
 },
 "key_insight": "string",
 "institutional": "object — confidence_interval, position_sizing, historical_accuracy"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apex-runner-apex-evolution-insight-institutional-signal-8d06eb9b/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)
